aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-08-08 10:46:42 +0200
committerJoel Bodenmann <joel@unormal.org>2014-08-08 10:46:42 +0200
commite65b1db192c264093663bbae093754e619ac333f (patch)
tree29d2878e3cf7bac59235600765e0830361c82bb0 /src
parent56f55af6eacd8a9be42559669c9b39cabe37a83a (diff)
downloaduGFX-e65b1db192c264093663bbae093754e619ac333f.tar.gz
uGFX-e65b1db192c264093663bbae093754e619ac333f.tar.bz2
uGFX-e65b1db192c264093663bbae093754e619ac333f.zip
Adding prefix to port files to avoid file name conflicts on case insensitive systems
Diffstat (limited to 'src')
-rw-r--r--src/gos/gfx_chibios.c (renamed from src/gos/chibios.c)0
-rw-r--r--src/gos/gfx_chibios.h (renamed from src/gos/chibios.h)0
-rw-r--r--src/gos/gfx_ecos.c (renamed from src/gos/ecos.c)0
-rw-r--r--src/gos/gfx_ecos.h (renamed from src/gos/ecos.h)0
-rw-r--r--src/gos/gfx_freertos.c (renamed from src/gos/freertos.c)0
-rw-r--r--src/gos/gfx_freertos.h (renamed from src/gos/freertos.h)0
-rw-r--r--src/gos/gfx_linux.c (renamed from src/gos/linux.c)0
-rw-r--r--src/gos/gfx_linux.h (renamed from src/gos/linux.h)0
-rw-r--r--src/gos/gfx_osx.c (renamed from src/gos/osx.c)0
-rw-r--r--src/gos/gfx_osx.h (renamed from src/gos/osx.h)0
-rw-r--r--src/gos/gfx_raw32.c (renamed from src/gos/raw32.c)0
-rw-r--r--src/gos/gfx_raw32.h (renamed from src/gos/raw32.h)0
-rw-r--r--src/gos/gfx_rawrtos.c (renamed from src/gos/rawrtos.c)0
-rw-r--r--src/gos/gfx_rawrtos.h (renamed from src/gos/rawrtos.h)0
-rw-r--r--src/gos/gfx_win32.c (renamed from src/gos/win32.c)0
-rw-r--r--src/gos/gfx_win32.h (renamed from src/gos/win32.h)0
-rw-r--r--src/gos/sys_defs.h16
-rw-r--r--src/gos/sys_make.mk16
18 files changed, 16 insertions, 16 deletions
diff --git a/src/gos/chibios.c b/src/gos/gfx_chibios.c
index 9d1a86da..9d1a86da 100644
--- a/src/gos/chibios.c
+++ b/src/gos/gfx_chibios.c
diff --git a/src/gos/chibios.h b/src/gos/gfx_chibios.h
index a07c72ab..a07c72ab 100644
--- a/src/gos/chibios.h
+++ b/src/gos/gfx_chibios.h
diff --git a/src/gos/ecos.c b/src/gos/gfx_ecos.c
index 16ce821b..16ce821b 100644
--- a/src/gos/ecos.c
+++ b/src/gos/gfx_ecos.c
diff --git a/src/gos/ecos.h b/src/gos/gfx_ecos.h
index be9037b6..be9037b6 100644
--- a/src/gos/ecos.h
+++ b/src/gos/gfx_ecos.h
diff --git a/src/gos/freertos.c b/src/gos/gfx_freertos.c
index dbdfd22e..dbdfd22e 100644
--- a/src/gos/freertos.c
+++ b/src/gos/gfx_freertos.c
diff --git a/src/gos/freertos.h b/src/gos/gfx_freertos.h
index 34ef548e..34ef548e 100644
--- a/src/gos/freertos.h
+++ b/src/gos/gfx_freertos.h
diff --git a/src/gos/linux.c b/src/gos/gfx_linux.c
index 59b7f9c8..59b7f9c8 100644
--- a/src/gos/linux.c
+++ b/src/gos/gfx_linux.c
diff --git a/src/gos/linux.h b/src/gos/gfx_linux.h
index 9ead9c0e..9ead9c0e 100644
--- a/src/gos/linux.h
+++ b/src/gos/gfx_linux.h
diff --git a/src/gos/osx.c b/src/gos/gfx_osx.c
index 50b06530..50b06530 100644
--- a/src/gos/osx.c
+++ b/src/gos/gfx_osx.c
diff --git a/src/gos/osx.h b/src/gos/gfx_osx.h
index 635a8934..635a8934 100644
--- a/src/gos/osx.h
+++ b/src/gos/gfx_osx.h
diff --git a/src/gos/raw32.c b/src/gos/gfx_raw32.c
index 22c753aa..22c753aa 100644
--- a/src/gos/raw32.c
+++ b/src/gos/gfx_raw32.c
diff --git a/src/gos/raw32.h b/src/gos/gfx_raw32.h
index 5a6a2aa7..5a6a2aa7 100644
--- a/src/gos/raw32.h
+++ b/src/gos/gfx_raw32.h
diff --git a/src/gos/rawrtos.c b/src/gos/gfx_rawrtos.c
index cd684208..cd684208 100644
--- a/src/gos/rawrtos.c
+++ b/src/gos/gfx_rawrtos.c
diff --git a/src/gos/rawrtos.h b/src/gos/gfx_rawrtos.h
index eeb5119d..eeb5119d 100644
--- a/src/gos/rawrtos.h
+++ b/src/gos/gfx_rawrtos.h
diff --git a/src/gos/win32.c b/src/gos/gfx_win32.c
index ffa7fac5..ffa7fac5 100644
--- a/src/gos/win32.c
+++ b/src/gos/gfx_win32.c
diff --git a/src/gos/win32.h b/src/gos/gfx_win32.h
index 4a198200..4a198200 100644
--- a/src/gos/win32.h
+++ b/src/gos/gfx_win32.h
diff --git a/src/gos/sys_defs.h b/src/gos/sys_defs.h
index dcd445e4..d116826f 100644
--- a/src/gos/sys_defs.h
+++ b/src/gos/sys_defs.h
@@ -440,21 +440,21 @@
* (without any of the documentation overheads) is in the files below.
*/
#elif GFX_USE_OS_RAWRTOS
- #include "src/gos/rawrtos.h"
+ #include "src/gos/gfx_rawrtos.h"
#elif GFX_USE_OS_CHIBIOS
- #include "src/gos/chibios.h"
+ #include "src/gos/gfx_chibios.h"
#elif GFX_USE_OS_FREERTOS
- #include "src/gos/freertos.h"
+ #include "src/gos/gfx_freertos.h"
#elif GFX_USE_OS_WIN32
- #include "src/gos/win32.h"
+ #include "src/gos/gfx_win32.h"
#elif GFX_USE_OS_LINUX
- #include "src/gos/linux.h"
+ #include "src/gos/gfx_linux.h"
#elif GFX_USE_OS_OSX
- #include "src/gos/osx.h"
+ #include "src/gos/gfx_osx.h"
#elif GFX_USE_OS_RAW32
- #include "src/gos/raw32.h"
+ #include "src/gos/gfx_raw32.h"
#elif GFX_USE_OS_ECOS
- #include "src/gos/ecos.h"
+ #include "src/gos/gfx_ecos.h"
#else
#error "Your operating system is not supported yet"
#endif
diff --git a/src/gos/sys_make.mk b/src/gos/sys_make.mk
index 5ad2370b..5efa7f80 100644
--- a/src/gos/sys_make.mk
+++ b/src/gos/sys_make.mk
@@ -1,9 +1,9 @@
-GFXSRC += $(GFXLIB)/src/gos/chibios.c \
- $(GFXLIB)/src/gos/freertos.c \
- $(GFXLIB)/src/gos/win32.c \
- $(GFXLIB)/src/gos/linux.c \
- $(GFXLIB)/src/gos/osx.c \
- $(GFXLIB)/src/gos/raw32.c \
- $(GFXLIB)/src/gos/ecos.c \
- $(GFXLIB)/src/gos/rawrtos.c
+GFXSRC += $(GFXLIB)/src/gos/gfx_chibios.c \
+ $(GFXLIB)/src/gos/gfx_freertos.c \
+ $(GFXLIB)/src/gos/gfx_win32.c \
+ $(GFXLIB)/src/gos/gfx_linux.c \
+ $(GFXLIB)/src/gos/gfx_osx.c \
+ $(GFXLIB)/src/gos/gfx_raw32.c \
+ $(GFXLIB)/src/gos/gfx_ecos.c \
+ $(GFXLIB)/src/gos/gfx_rawrtos.c