X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48d1144bc4dabb9f8dd6f913e9a65d709e5995e3..015e69f36dfbc469eef59456f973d0567e865d70:/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 +<< +