]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/plot/makefile.g95
don't allow setting an invalid font
[wxWidgets.git] / contrib / samples / plot / makefile.g95
1 # File: makefile.g95 for Plot demo
2 # Author: Julian Smart
3 # Created: 2001-06-12
4 # Updated:
5
6 WXDIR = ../../..
7
8 TARGET = plot
9 OBJECTS = $(TARGET).o
10 EXTRAINC = -I$(WXDIR)/contrib/include
11 RCEXTRAINC = --include-dir $(WXDIR)/contrib/include
12 EXTRALIBS = -lplot
13
14 include $(WXDIR)/src/makeprog.g95
15