wxWidgets/samples/stc/Makefile.sc

7 lines
196 B
Makefile
Raw Normal View History

#Makefile from wxHatch for Symantec/Digital Mars compiler
WXDIR=..\..\..\..\wxWindows
TARGET=stctest
OBJECTS = $(TARGET).obj
EXTRALIBS = $(WXDIR)\lib\stc_sc.lib
include $(WXDIR)\src\makeprog.sc