projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
merged new and updated translations from WX_2_2_BRANCH.
[wxWidgets.git]
/
samples
/
newgrid
/
makefile.vc
1
#
2
# File: makefile.vc
3
# Author: Michael Bedward
4
# Created: 1999
5
# Updated:
6
#
7
# Makefile : Builds sample (VC++, WIN32)
8
# Use FINAL=1 argument to nmake to build final version with no debug info.
9
10
# Set WXDIR for your system
11
WXDIR = $(WXWIN)
12
13
PROGRAM=griddemo
14
OBJECTS = $(PROGRAM).obj
15
16
!include $(WXDIR)\src\makeprog.vc
17