]> git.saurik.com Git - wxWidgets.git/blame - samples/controls/makefile.dos
applied tons of wxGrid patches
[wxWidgets.git] / samples / controls / makefile.dos
CommitLineData
1c005ff7
RR
1#
2# File: makefile.dos
3# Author: Julian Smart
1e6d9499 4# Created: 1998
1c005ff7 5# Updated:
1c005ff7 6#
1e6d9499 7# Makefile : Builds 16-bit sample, VC++ 1.5
1c005ff7
RR
8# Use FINAL=1 argument to nmake to build final version with no debugging
9# info
10
11WXDIR = $(WXWIN)
12
1e6d9499
JS
13TARGET=controls
14OBJECTS=$(TARGET).obj
1c005ff7 15
1e6d9499 16!include $(WXDIR)\src\makeprog.msc
1c005ff7 17