]> git.saurik.com Git - wxWidgets.git/blame - samples/grid/makefile.dos
regen bakefiles - get rid of explicit size setting after ctor
[wxWidgets.git] / samples / grid / makefile.dos
CommitLineData
f7556ff0
JS
1#
2# File: makefile.dos
3# Author: Michael Bedward
4# Created: 1999
5# Updated:
6#
7# Makefile : Builds 16-bit sample, VC++ 1.5
8# Use FINAL=1 argument to nmake to build final version with no debugging
9# info
99025f6e
JS
10
11WXDIR = $(WXWIN)
12
f7556ff0 13TARGET=griddemo
f30dcba9 14OBJECTS=$(TARGET).obj
99025f6e 15
1e6d9499 16!include $(WXDIR)\src\makeprog.msc
99025f6e 17