aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/notepad-2/demo.mk
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-19 00:19:38 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-19 00:19:38 +1000
commit6dd606fc2f2e7a6bef7d7ac772c7f97a35f8a61b (patch)
tree8f50ff0c0b4f7a8f91b6053f767ea4f16ee48ffb /demos/3rdparty/notepad-2/demo.mk
parentd4c2656e60c8218cb42d50d16c405c146fb61fce (diff)
downloaduGFX-6dd606fc2f2e7a6bef7d7ac772c7f97a35f8a61b.tar.gz
uGFX-6dd606fc2f2e7a6bef7d7ac772c7f97a35f8a61b.tar.bz2
uGFX-6dd606fc2f2e7a6bef7d7ac772c7f97a35f8a61b.zip
Add demo makefiles and update example master makefiles to match.
Diffstat (limited to 'demos/3rdparty/notepad-2/demo.mk')
-rw-r--r--demos/3rdparty/notepad-2/demo.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/3rdparty/notepad-2/demo.mk b/demos/3rdparty/notepad-2/demo.mk
new file mode 100644
index 00000000..4fd08c23
--- /dev/null
+++ b/demos/3rdparty/notepad-2/demo.mk
@@ -0,0 +1,5 @@
+DEMODIR = $(GFXLIB)/demos/3rdparty/notepad-2
+GFXINC += $(DEMODIR)
+GFXSRC += $(DEMODIR)/main.c \
+ $(DEMODIR)/notepadApp.c \
+ $(DEMODIR)/notepadCore.c