X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63d6802445c2197d98716992c48863b4516d19a7..1384636de076a06388f9267fbd49f3babb38162d:/samples/stc/makefile.wat diff --git a/samples/stc/makefile.wat b/samples/stc/makefile.wat index 88dd113f02..6f4c80c81a 100644 --- a/samples/stc/makefile.wat +++ b/samples/stc/makefile.wat @@ -1,17 +1,13 @@ -# -# Makefile for WATCOM -# +# Purpose: makefile for SVG example (Watcom) +# Created 2000-07-28 - -WXDIR = $(WXWIN) +WXDIR = $(%WXWIN) EXTRACPPFLAGS = -I$(WXDIR)\contrib\include -THISDIR = $(WXDIR)\contrib\samples\stc -OUTPUTDIR = $(THISDIR)\ - PROGRAM = stctest -EXTRALIBS = $(WXDIR)\lib\stc.lib -OBJECTS = $(PROGRAM).obj +EXTRALIBS = $(WXDIR)\lib\stc_w.lib +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj !include $(WXDIR)\src\makeprog.wat +