]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeb32.env
Bug fix to scrolwin.cpp (position not set in SetScrollbars); redundant variable
[wxWidgets.git] / src / makeb32.env
index d99981bfac56b28a32c5f9a2e39777d6b38c0a42..2ecc973fdbfd970c253a7e007a3b93649c4b64d1 100644 (file)
@@ -10,16 +10,12 @@ WIN95FLAG = -D__WIN95__
 FINAL=0
 !endif
 
-!ifndef DEBUG
-DEBUG=1
-!endif
-
 !if "$(FINAL)" == "0"
 OPT = -Od
-DEBUG_FLAGS= -v -DDEBUG=$(DEBUG) -DUSE_DEFINE
+DEBUG_FLAGS= -v -DWXDEBUG=1 -D__WXDEBUG__ -DUSE_DEFINE
 !else
 OPT = -O2
-DEBUG_FLAGS = -DDEBUG=$(DEBUG) -DUSE_DEFINE
+DEBUG_FLAGS = -DUSE_DEFINE
 !endif
 CPPFLAGS=$(DEBUG_FLAGS) $(OPT) @$(CFG)