]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/execmon/makefile.gcc
No real changes, just fix a syntax error in unused file.
[wxWidgets.git] / utils / execmon / makefile.gcc
index 7723528a697cd8acc835a72a8b888f9bb762cd00..50503a68b1d52fee16bcb33760aae5ea118d0c03 100644 (file)
@@ -42,11 +42,6 @@ ifeq ($(USE_GUI),1)
 PORTNAME = msw\r
 endif\r
 ifeq ($(BUILD),debug)\r
-ifeq ($(DEBUG_FLAG),default)\r
-WXDEBUGFLAG = d\r
-endif\r
-endif\r
-ifeq ($(DEBUG_FLAG),1)\r
 WXDEBUGFLAG = d\r
 endif\r
 ifeq ($(UNICODE),1)\r
@@ -94,13 +89,8 @@ endif
 ifeq ($(WXUNIV),1)\r
 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__\r
 endif\r
-ifeq ($(BUILD),debug)\r
-ifeq ($(DEBUG_FLAG),default)\r
-__DEBUG_DEFINE_p = -D__WXDEBUG__\r
-endif\r
-endif\r
-ifeq ($(DEBUG_FLAG),1)\r
-__DEBUG_DEFINE_p = -D__WXDEBUG__\r
+ifeq ($(DEBUG_FLAG),0)\r
+__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0\r
 endif\r
 ifeq ($(USE_EXCEPTIONS),0)\r
 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS\r