wxSVGDC class test sample
[wxWidgets.git] / samples / svg / makefile.vc
1 # File:         makefile.vc for svgtest sample
2 # Author:       Julian Smart
3 # Created:      2001-06-12
4 # Updated:
5
6 WXDIR = $(WXWIN)
7 PROGRAM = svgtest
8
9 OBJECTS = $(PROGRAM).obj
10 EXTRALIBS = $(WXDIR)\lib\dcsvg$(LIBEXT).lib
11 EXTRAINC = -I$(WXDIR)\contrib\include
12
13 !include $(WXDIR)\src\makeprog.vc
14