Target added for building .OBJ files for .C files in DEBUG or RELEASE subdirs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9101
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+!if "$(RM)" == ""
+RM= erase
+!endif
+
$(CPPFLAGS2) /Fo$@ /c $<
<<
$(CPPFLAGS2) /Fo$@ /c $<
<<
+#use CPPFLAGS2 so as not to use precompiled headers
+{}.c{$D}.obj:
+ cl @<<
+$(CPPFLAGS2) /Fo$@ /c $<
+<<
+
{}.cpp{$D}.obj:
cl @<<
$(CPPFLAGS) /Fo$@ /c /Tp $<
{}.cpp{$D}.obj:
cl @<<
$(CPPFLAGS) /Fo$@ /c /Tp $<