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