diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2013-05-25 09:08:37 -0700 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2013-05-25 09:08:37 -0700 |
commit | f7ae118f3b7fc19a2d6636f907c1449a5528189d (patch) | |
tree | c52d7733525727320d2de00acedb42bc18124471 /gfx.mk | |
parent | f0569e2555b3a7f2afe05cc42e4dd0982b179167 (diff) | |
parent | 8fcbf4e5d5cc88d52f4e6e67ebead27fc856ff4a (diff) | |
download | uGFX-f7ae118f3b7fc19a2d6636f907c1449a5528189d.tar.gz uGFX-f7ae118f3b7fc19a2d6636f907c1449a5528189d.tar.bz2 uGFX-f7ae118f3b7fc19a2d6636f907c1449a5528189d.zip |
Merge pull request #74 from inmarket/master
More GOS changes incl adding Win32 O/S support
Diffstat (limited to 'gfx.mk')
-rw-r--r-- | gfx.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ GFXINC += $(GFXLIB)/include GFXSRC += $(GFXLIB)/src/gfx.c
include $(GFXLIB)/src/gos/gos.mk
+include $(GFXLIB)/src/gqueue/gqueue.mk
include $(GFXLIB)/src/gdisp/gdisp.mk
include $(GFXLIB)/src/tdisp/tdisp.mk
include $(GFXLIB)/src/gevent/gevent.mk
|