]> git.saurik.com Git - wxWidgets.git/blob - samples/mfc/makefile.sc
fixed /Mxx flag when using static RTL
[wxWidgets.git] / samples / mfc / makefile.sc
1 #Digital Mars (was Symantec) C++ makefile
2 WXDIR = $(WXWIN)
3 EXTRALIBS=
4 TARGET=hello
5 $(TARGET).exe: $(OBJECTS) $(TARGET).def $(TARGET).res
6 $(TARGET)
7 include $(WXDIR)\src\makeprog.sc