aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_mk.c
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-06-08 14:14:40 +1000
committerinmarket <andrewh@inmarket.com.au>2015-06-08 14:14:40 +1000
commitccde54722f2c284fb0e7fc273d65c57a3be71db1 (patch)
treefffa49870c73d7e9d5caaf5c6d1d47cf0e5c90d3 /src/gwin/gwin_mk.c
parente850c344b818f21a2ec286f9c4a149a9cd4ac34b (diff)
downloaduGFX-ccde54722f2c284fb0e7fc273d65c57a3be71db1.tar.gz
uGFX-ccde54722f2c284fb0e7fc273d65c57a3be71db1.tar.bz2
uGFX-ccde54722f2c284fb0e7fc273d65c57a3be71db1.zip
Added ability to compile ugfx as a single file (excluding driver and board files).
Simply compile src/gfx_mk.c
Diffstat (limited to 'src/gwin/gwin_mk.c')
-rw-r--r--src/gwin/gwin_mk.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/gwin/gwin_mk.c b/src/gwin/gwin_mk.c
new file mode 100644
index 00000000..981eb6d2
--- /dev/null
+++ b/src/gwin/gwin_mk.c
@@ -0,0 +1,26 @@
+/*
+ * This file is subject to the terms of the GFX License. If a copy of
+ * the license was not distributed with this file, you can obtain one at:
+ *
+ * http://ugfx.org/license.html
+ */
+
+#include "gwin.c"
+#include "gwin_widget.c"
+#include "gwin_wm.c"
+#include "gwin_console.c"
+#include "gwin_graph.c"
+#include "gwin_button.c"
+#include "gwin_slider.c"
+#include "gwin_checkbox.c"
+#include "gwin_image.c"
+#include "gwin_label.c"
+#include "gwin_radio.c"
+#include "gwin_list.c"
+#include "gwin_progressbar.c"
+#include "gwin_container.c"
+#include "gwin_frame.c"
+#include "gwin_tabset.c"
+#include "gwin_gl3d.c"
+#include "gwin_keyboard.c"
+#include "gwin_keyboard_layout.c"