diff Makefile.gen @ 124:d5cfd29c87c4

Rename some conditional compilation directives.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Oct 2012 05:37:26 +0300
parents d5d27f262227
children 67d2cba58a87
line wrap: on
line diff
--- a/Makefile.gen	Thu Oct 04 05:37:03 2012 +0300
+++ b/Makefile.gen	Thu Oct 04 05:37:26 2012 +0300
@@ -39,8 +39,8 @@
 ###
 ### Filesystem
 ###
-ifeq ($(DMRES_PACKFS),yes)
-DM_CFLAGS += -DDMRES_PACKFS
+ifeq ($(DM_USE_PACKFS),yes)
+DM_CFLAGS += -DDM_USE_PACKFS
 DMLIB_OBJS += dmpack.o dmpackutil.o
 DM_LDFLAGS += -lz
 ifeq ($(DM_BUILD_TOOLS),yes)
@@ -48,8 +48,8 @@
 endif
 endif
 
-ifeq ($(DMRES_STDIO),yes)
-DM_CFLAGS += -DDMRES_STDIO
+ifeq ($(DM_USE_STDIO),yes)
+DM_CFLAGS += -DDM_USE_STDIO
 endif
 
 
@@ -156,7 +156,7 @@
 
 ### Dependancies
 ifeq ($(DM_BUILD_TOOLS),yes)
-ifeq ($(DMRES_STDIO),yes)
+ifeq ($(DM_USE_STDIO),yes)
 ifeq ($(SUP_MODLOAD),yes)
 BINARIES+= viewmod mod2wav testpl ppl
 endif