]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makefile.dos
Implemented wxExecute (minimal flags support).
[wxWidgets.git] / src / makefile.dos
index d734f4a817b2021bf35863f7637d3f1d5f3c63e6..dbc9928c9654b57d4c0d33c46eafe42326e17fee 100644 (file)
@@ -3,7 +3,7 @@
 # Author:      Julian Smart
 # Created:     1993
 # Updated:     
-# Copyright:   (c) 1993, AIAI, University of Edinburgh
+# Copyright:   
 #
 # "%W% %G%"
 #
@@ -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: