projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
changed charset to iso8859-2
[wxWidgets.git]
/
contrib
/
samples
/
canvas
/
simple
/
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 = simple
8
9
OBJECTS = $(PROGRAM).obj
10
EXTRALIBS = $(WXDIR)\lib\canvas$(LIBEXT).lib
11
EXTRAINC = -I$(WXDIR)\contrib\include
12
13
!include $(WXDIR)\src\makeprog.vc
14