]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makefile.dos
corrected realization of vertical toolbars (were always horizontal)
[wxWidgets.git] / src / makefile.dos
index d734f4a817b2021bf35863f7637d3f1d5f3c63e6..4e5afd4ce702547a57f1f610bd81b79d5c49a71a 100644 (file)
@@ -31,13 +31,13 @@ WXBASEINC = $(WXDIR)\include\base
 FINAL=0
 !endif
 
-!ifndef DEBUG
-DEBUG=0
+!ifndef WXDEBUG
+WXDEBUG=0
 !endif
 
 all:
   cd $(WXDIR)\src\msw
-  nmake -f makefile.dos FINAL=$(FINAL) DEBUG=$(DEBUG)
+  nmake -f makefile.dos FINAL=$(FINAL) WXDEBUG=$(WXDEBUG)
   cd $(THISDIR)
 
 clean: