]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/execmon/makefile.bcc
update wxpresets for new osx_carbon and osx_cocoa names provided by the wx-config...
[wxWidgets.git] / utils / execmon / makefile.bcc
index b9889cbb279c2ee9733842f1e5fe8c2370c2831b..809e0b666156274a1505b40f0c102304659f9a09 100644 (file)
@@ -45,10 +45,7 @@ PORTNAME = base
 !if "$(USE_GUI)" == "1"\r
 PORTNAME = msw\r
 !endif\r
-!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"\r
-WXDEBUGFLAG = d\r
-!endif\r
-!if "$(DEBUG_FLAG)" == "1"\r
+!if "$(BUILD)" == "debug"\r
 WXDEBUGFLAG = d\r
 !endif\r
 !if "$(UNICODE)" == "1"\r
@@ -108,11 +105,8 @@ __RUNTIME_LIBS_8 =
 !if "$(WXUNIV)" == "1"\r
 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__\r
 !endif\r
-!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"\r
-__DEBUG_DEFINE_p = -D__WXDEBUG__\r
-!endif\r
-!if "$(DEBUG_FLAG)" == "1"\r
-__DEBUG_DEFINE_p = -D__WXDEBUG__\r
+!if "$(DEBUG_FLAG)" == "0"\r
+__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0\r
 !endif\r
 !if "$(USE_EXCEPTIONS)" == "0"\r
 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS\r