projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed fl makefiles that Julian didn't fix correctly
[wxWidgets.git]
/
src
/
makefile.dos
diff --git
a/src/makefile.dos
b/src/makefile.dos
index d734f4a817b2021bf35863f7637d3f1d5f3c63e6..4e5afd4ce702547a57f1f610bd81b79d5c49a71a 100644
(file)
--- a/
src/makefile.dos
+++ b/
src/makefile.dos
@@
-31,13
+31,13
@@
WXBASEINC = $(WXDIR)\include\base
FINAL=0
!endif
-!ifndef DEBUG
-DEBUG=0
+!ifndef
WX
DEBUG
+
WX
DEBUG=0
!endif
all:
cd $(WXDIR)\src\msw
- nmake -f makefile.dos FINAL=$(FINAL)
DEBUG=$(
DEBUG)
+ nmake -f makefile.dos FINAL=$(FINAL)
WXDEBUG=$(WX
DEBUG)
cd $(THISDIR)
clean: