fix contrib makefile for watcom
[wxWidgets.git] / samples / svg / makefile.wat
1 #
2 # Makefile for WATCOM
3 #
4
5
6 WXDIR = $(%WXWIN)
7
8 EXTRACPPFLAGS = -I$(WXDIR)\contrib\include
9 THISDIR = $(WXDIR)\contrib\samples\svg
10 OUTPUTDIR = $(THISDIR)\
11
12 PROGRAM = svgtest
13 EXTRALIBS = $(WXDIR)\lib\svg.lib
14 OBJECTS = $(PROGRAM).obj 
15
16 !include $(WXDIR)\src\makeprog.wat
17