X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e528b997e87057723d1b823dd86e3f69ebb672b..33b494d643e42a2e2963987cbc3637f4593ea43a:/samples/minimal/makefile.vc diff --git a/samples/minimal/makefile.vc b/samples/minimal/makefile.vc index 35aefc474c..d4dc595b73 100644 --- 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 +<< +