From: Vadim Zeitlin Date: Mon, 19 Jul 1999 13:17:13 +0000 (+0000) Subject: even more fixes for nmake compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc9efb9be731d6827981fb8ddacf60bf1382b31c even more fixes for nmake compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/vc.t b/distrib/msw/tmake/vc.t index 32c9b3dd20..e157c70522 100644 --- a/distrib/msw/tmake/vc.t +++ b/distrib/msw/tmake/vc.t @@ -104,7 +104,7 @@ $(CPPFLAGS) /Fo$@ /c /Tp $< {..\common}.c{..\common\$D}.obj: cl @<< -$(CPPFLAGS) /Fo$@ /c /Tc $< +$(CPPFLAGS2) /Fo$@ /c /Tc $< << {..\msw}.cpp{..\msw\$D}.obj: diff --git a/src/msw/makefile.vc b/src/msw/makefile.vc index bc68a1b2ef..2e1c14e2a4 100644 --- a/src/msw/makefile.vc +++ b/src/msw/makefile.vc @@ -60,7 +60,7 @@ $(CPPFLAGS) /Fo$@ /c /Tp $< {..\common}.c{..\common\$D}.obj: cl @<< -$(CPPFLAGS) /Fo$@ /c /Tc $< +$(CPPFLAGS2) /Fo$@ /c /Tc $< << {..\msw}.cpp{..\msw\$D}.obj: