X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75a0a7b7de0cb3d5645ec014b60431b5fa2c7095..39d85e3caaa8dd8e7b1fa52f54faa33b3a78a32b:/samples/opengl/penguin/makefile.vc?ds=sidebyside diff --git a/samples/opengl/penguin/makefile.vc b/samples/opengl/penguin/makefile.vc index 0065b42323..deabc69db9 100644 --- a/samples/opengl/penguin/makefile.vc +++ b/samples/opengl/penguin/makefile.vc @@ -23,7 +23,7 @@ PENGUIN_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \ /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \ $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \ - /D_WINDOWS /I.\..\..\..\samples $(CXXFLAGS) + /D_WINDOWS /I.\..\..\..\samples $(CXXFLAGS) /GR /GX PENGUIN_OBJECTS = \ $(OBJS)\penguin_penguin.obj \ $(OBJS)\penguin_lw.obj \