]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/plot/makefile.vc
Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway.
[wxWidgets.git] / contrib / samples / plot / makefile.vc
1 # File: makefile.vc for Plot sample
2 # Author: Julian Smart
3 # Created: 2001-06-12
4 # Updated:
5
6 WXDIR = $(WXWIN)
7 PROGRAM = plot
8
9 OBJECTS = $(PROGRAM).obj
10 EXTRALIBS = $(WXDIR)\lib\plot$(LIBEXT).lib
11 EXTRAINC = -I$(WXDIR)\contrib\include
12
13 !include $(WXDIR)\src\makeprog.vc
14