]> git.saurik.com Git - wxWidgets.git/blob - samples/mfc/makefile.sc
disable an apparently harmless VC++ warning about /EHa being required with _set_se_tr...
[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