]> git.saurik.com Git - wxWidgets.git/blame - samples/grid/makefile.vc
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / grid / makefile.vc
CommitLineData
f7556ff0
JS
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.
48d1144b
JS
9
10# Set WXDIR for your system
11WXDIR = $(WXWIN)
12
f7556ff0 13PROGRAM=griddemo
48d1144b
JS
14OBJECTS = $(PROGRAM).obj
15
16!include $(WXDIR)\src\makeprog.vc
17