aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin.mk
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-01 23:53:42 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-01 23:53:42 +0100
commit560f946cd9896b5126c2066058c63d8cbc3d0539 (patch)
treec1cd1613c7c69471f35c9648b68bfab48b749d32 /src/gwin/gwin.mk
parent3c3b6967d15fee5414c45408a28475a8bf39c293 (diff)
downloaduGFX-560f946cd9896b5126c2066058c63d8cbc3d0539.tar.gz
uGFX-560f946cd9896b5126c2066058c63d8cbc3d0539.tar.bz2
uGFX-560f946cd9896b5126c2066058c63d8cbc3d0539.zip
Added progressbar widget (demos still to do)
Diffstat (limited to 'src/gwin/gwin.mk')
-rw-r--r--src/gwin/gwin.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gwin/gwin.mk b/src/gwin/gwin.mk
index ec02f139..4c670ea2 100644
--- a/src/gwin/gwin.mk
+++ b/src/gwin/gwin.mk
@@ -10,4 +10,5 @@ GFXSRC += $(GFXLIB)/src/gwin/gwin.c \
$(GFXLIB)/src/gwin/label.c \
$(GFXLIB)/src/gwin/radio.c \
$(GFXLIB)/src/gwin/list.c \
+ $(GFXLIB)/src/gwin/progressbar.c \