7 lines
168 B
Makefile
7 lines
168 B
Makefile
|
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||
|
WXDIR=..\..\..\wxWindows
|
||
|
TARGET=htlbox
|
||
|
OBJECTS = $(TARGET).obj
|
||
|
EXTRALIBS =
|
||
|
include $(WXDIR)\src\makeprog.sc
|