From 7b68a8190e4dc7552d4daa7a701e838436fc209a Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Sat, 8 Apr 2000 11:58:21 +0000 Subject: [PATCH] Patch from Christoph Schulz - the CPPFLAGS definition was overriding that of makeb32.env git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/makeprog.b32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makeprog.b32 b/src/makeprog.b32 index df95b0e0db..11e1f6cbcc 100644 --- a/src/makeprog.b32 +++ b/src/makeprog.b32 @@ -30,7 +30,7 @@ OPT = -Od DEBUG_FLAGS = !endif -CPPFLAGS=$(DEBUG_FLAGS) $(EXTRACPPFLAGS) $(OPT) @$(CFG) +CPPFLAGS=$(CPP_FLAGS) $(DEBUG_FLAGS) $(OPT) all: $(TARGET).exe $(EXTRATARGETS)