wxWidgets/contrib/samples/stc/Makefile.sc
Chris Elliott be235d0801 initail Digital Mars makefile for stc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-06-16 19:35:52 +00:00

7 lines
196 B
Scala

#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