diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-06-08 14:14:40 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-06-08 14:14:40 +1000 |
commit | ccde54722f2c284fb0e7fc273d65c57a3be71db1 (patch) | |
tree | fffa49870c73d7e9d5caaf5c6d1d47cf0e5c90d3 /src/gmisc | |
parent | e850c344b818f21a2ec286f9c4a149a9cd4ac34b (diff) | |
download | uGFX-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/gmisc')
-rw-r--r-- | src/gmisc/gmisc_mk.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gmisc/gmisc_mk.c b/src/gmisc/gmisc_mk.c new file mode 100644 index 00000000..ab3c4a1d --- /dev/null +++ b/src/gmisc/gmisc_mk.c @@ -0,0 +1,11 @@ +/* + * 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 "gmisc.c" +#include "gmisc_arrayops.c" +#include "gmisc_matrix2d.c" +#include "gmisc_trig.c" |