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
This commit is contained in:
Guillermo Rodriguez Garcia
2000-04-08 11:58:21 +00:00
parent 9899bb5bef
commit 7b68a8190e

View File

@@ -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)