From ccde54722f2c284fb0e7fc273d65c57a3be71db1 Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 8 Jun 2015 14:14:40 +1000 Subject: Added ability to compile ugfx as a single file (excluding driver and board files). Simply compile src/gfx_mk.c --- src/gfile/gfile_mk.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/gfile/gfile_mk.c (limited to 'src/gfile') diff --git a/src/gfile/gfile_mk.c b/src/gfile/gfile_mk.c new file mode 100644 index 00000000..f479337f --- /dev/null +++ b/src/gfile/gfile_mk.c @@ -0,0 +1,23 @@ +/* + * 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 "gfile.c" +#include "gfile_fs_native.c" +#include "gfile_fs_ram.c" +#include "gfile_fs_rom.c" +#include "gfile_fs_fatfs.c" +#include "gfile_fs_petitfs.c" +#include "gfile_fs_mem.c" +#include "gfile_fs_chibios.c" +#include "gfile_fs_strings.c" +#include "gfile_printg.c" +#include "gfile_scang.c" +#include "gfile_stdio.c" +#include "gfile_fatfs_wrapper.c" +#include "gfile_fatfs_diskio_chibios.c" +#include "gfile_petitfs_wrapper.c" +#include "gfile_petitfs_diskio_chibios.c" -- cgit v1.2.3