aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/sys_make.mk
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-19 08:00:52 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-19 08:00:52 +1000
commitb82448c3e23663a25a423402343fbca78253b80c (patch)
tree57a03e35b88f6e434b6c4d084695fc5ce1061932 /src/gwin/sys_make.mk
parentdcedf414136e55e6dacbe736babe748e1374e19e (diff)
parent37966ff16d923bbca53c9464815cb49cbd7fc3be (diff)
downloaduGFX-b82448c3e23663a25a423402343fbca78253b80c.tar.gz
uGFX-b82448c3e23663a25a423402343fbca78253b80c.tar.bz2
uGFX-b82448c3e23663a25a423402343fbca78253b80c.zip
Merge branch 'master' into gwin
Diffstat (limited to 'src/gwin/sys_make.mk')
-rw-r--r--src/gwin/sys_make.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gwin/sys_make.mk b/src/gwin/sys_make.mk
new file mode 100644
index 00000000..dbca7fd8
--- /dev/null
+++ b/src/gwin/sys_make.mk
@@ -0,0 +1,15 @@
+GFXSRC += $(GFXLIB)/src/gwin/gwin.c \
+ $(GFXLIB)/src/gwin/gwidget.c \
+ $(GFXLIB)/src/gwin/gwm.c \
+ $(GFXLIB)/src/gwin/console.c \
+ $(GFXLIB)/src/gwin/graph.c \
+ $(GFXLIB)/src/gwin/button.c \
+ $(GFXLIB)/src/gwin/slider.c \
+ $(GFXLIB)/src/gwin/checkbox.c \
+ $(GFXLIB)/src/gwin/gimage.c \
+ $(GFXLIB)/src/gwin/label.c \
+ $(GFXLIB)/src/gwin/radio.c \
+ $(GFXLIB)/src/gwin/list.c \
+ $(GFXLIB)/src/gwin/progressbar.c \
+ $(GFXLIB)/src/gwin/frame.c \
+