]> git.saurik.com Git - wxWidgets.git/blob - samples/newgrid/makefile.vc
rewrite to avoid unnecessary redraws
[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