A slightly modified version of Patch #1197468. Keeps track of pending
[wxWidgets.git] / samples / mfc / makefile.sc
CommitLineData
0e4c7ab4
CE
1#Digital Mars (was Symantec) C++ makefile
2WXDIR = $(WXWIN)
3EXTRALIBS=
4TARGET=hello
5$(TARGET).exe: $(OBJECTS) $(TARGET).def $(TARGET).res
6$(TARGET)
7include $(WXDIR)\src\makeprog.sc