even more fixes for nmake compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-07-19 13:17:13 +00:00
parent 4d223b6704
commit cc9efb9be7
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: