]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/svg/makefile.g95
wxSVGDC class test sample
[wxWidgets.git] / contrib / samples / svg / makefile.g95
1 # File: makefile.g95 for svgtest demo
2 # Author: Julian Smart
3 # Created: 2001-06-12
4 # Updated:
5
6 WXDIR = ../../..
7
8 TARGET = svgtest
9 OBJECTS = $(TARGET).o
10 EXTRAINC = -I$(WXDIR)/contrib/include
11 RCEXTRAINC = --include-dir $(WXDIR)/contrib/include
12 EXTRALIBS = -ldcsvg
13
14 include $(WXDIR)/src/makeprog.g95
15