X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50c375d311ac4cefbf1ae1d11e19c9e7c00a873e..bbc3925a8a46e8c80b22277f5571dfb2465aca25:/samples/minimal/makefile.vc diff --git a/samples/minimal/makefile.vc b/samples/minimal/makefile.vc index ae49d75668..d4dc595b73 100644 --- a/samples/minimal/makefile.vc +++ b/samples/minimal/makefile.vc @@ -9,10 +9,16 @@ # Use FINAL=1 argument to nmake to build final version with no debug info. # Set WXDIR for your system -WXDIR = j:\dev\wx2\wxWindows +WXDIR = $(WXWIN) PROGRAM=minimal OBJECTS = $(PROGRAM).obj !include $(WXDIR)\src\makeprog.vc +# For broken VC++ 4 +noopt: + cl @<< +$(CPPFLAGS2) /Od /c /Tp $(PROGRAM).cpp +<< +