projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
need wxUSE_WCHAR_T around wxConvLocal
[wxWidgets.git]
/
samples
/
minimal
/
makefile.vc
diff --git
a/samples/minimal/makefile.vc
b/samples/minimal/makefile.vc
index 35aefc474cb7662381652fffd68f208420c36e43..d4dc595b73da2f3904548b272a441270477cd357 100644
(file)
--- a/
samples/minimal/makefile.vc
+++ b/
samples/minimal/makefile.vc
@@
-16,3
+16,9
@@
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc
+# For broken VC++ 4
+noopt:
+ cl @<<
+$(CPPFLAGS2) /Od /c /Tp $(PROGRAM).cpp
+<<
+