wxWidgets/samples/mfc/makefile.sc
2003-06-16 16:51:46 +00:00

8 lines
181 B
Scala

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