]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/plot/makefile.vc
Fixed/simplified Makefile
[wxWidgets.git] / contrib / samples / plot / makefile.vc
CommitLineData
b9e5acef
JS
1# File: makefile.vc for Plot sample
2# Author: Julian Smart
3# Created: 2001-06-12
4# Updated:
5
6WXDIR = $(WXWIN)
7PROGRAM = plot
8
9OBJECTS = $(PROGRAM).obj
10EXTRALIBS = $(WXDIR)\lib\plot$(LIBEXT).lib
11EXTRAINC = -I$(WXDIR)\contrib\include
12
13!include $(WXDIR)\src\makeprog.vc
14