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