]> git.saurik.com Git - wxWidgets.git/blob - samples/stc/makefile.wat
Updated Scintilla to 1.52 (on the trunk this time too)
[wxWidgets.git] / samples / stc / makefile.wat
1 # Purpose: makefile for SVG example (Watcom)
2 # Created 2000-07-28
3
4 WXDIR = $(%WXWIN)
5
6 EXTRACPPFLAGS = -I$(WXDIR)\contrib\include
7 PROGRAM = stctest
8 EXTRALIBS = $(WXDIR)\lib\stc_w.lib
9 OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
10
11 !include $(WXDIR)\src\makeprog.wat
12
13