-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.mk
More file actions
17 lines (15 loc) · 819 Bytes
/
config.mk
File metadata and controls
17 lines (15 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# List of all component directories
#
LDPF_COMPONENTS := $(LDPF_ROOT_PATH)/ldpf/components/ldpfgui \
$(LDPF_ROOT_PATH)/ldpf/components/lpugl \
$(LDPF_ROOT_PATH)/ldpf/components/lpugl_cairo \
$(LDPF_ROOT_PATH)/ldpf/components/lpugl_opengl \
$(LDPF_ROOT_PATH)/ldpf/components/oocairo \
$(LDPF_ROOT_PATH)/ldpf/components/nvg \
$(LDPF_ROOT_PATH)/ldpf/components/lwtk \
$(LDPF_ROOT_PATH)/ldpf/components/luautf8 \
\
$(LDPF_ROOT_PATH)/ldpf/components/cairo \
$(LDPF_ROOT_PATH)/ldpf/components/pixman \
$(LDPF_ROOT_PATH)/ldpf/components/libpng \
$(LDPF_ROOT_PATH)/ldpf/components/zlib