diff Makefile.gen @ 1990:a183d8649a85

Remove dead bits from build system.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Jul 2018 21:02:34 +0300
parents 8d62ca2c0684
children 822c5f46439d
line wrap: on
line diff
--- a/Makefile.gen	Sun Jul 01 18:45:45 2018 +0300
+++ b/Makefile.gen	Sun Jul 01 21:02:34 2018 +0300
@@ -157,22 +157,6 @@
 SDL_TTF_CFLAGS=
 endif
 
-ifeq ($(DM_GFX_8BIT),yes)
-DM_CFLAGS += -DDM_GFX_8BIT
-endif
-
-ifeq ($(DM_GFX_15BIT),yes)
-DM_CFLAGS += -DDM_GFX_15BIT
-endif
-
-ifeq ($(DM_GFX_16BIT),yes)
-DM_CFLAGS += -DDM_GFX_15BIT
-endif
-
-ifeq ($(DM_GFX_32BIT),yes)
-DM_CFLAGS += -DDM_GFX_15BIT
-endif
-
 
 ###
 ### miniJSS