wxWidgets/samples/mfc/makefile.sc

8 lines
181 B
Python
Raw Normal View History

#Digital Mars (was Symantec) C++ makefile
WXDIR = $(WXWIN)
EXTRALIBS=
TARGET=hello
$(TARGET).exe: $(OBJECTS) $(TARGET).def $(TARGET).res
$(TARGET)
include $(WXDIR)\src\makeprog.sc