#
!include <ntwin32.mak>
+!if "$(RM)" == ""
+RM= erase
+!endif
+
WXVERSION=23_0
WIN95=1
$(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 $<