]> git.saurik.com Git - wxWidgets.git/blame - samples/docview/makefile.dos
fixed Union() for the case of this rectangle being empty
[wxWidgets.git] / samples / docview / makefile.dos
CommitLineData
457814b5
JS
1#
2# File: makefile.dos
3# Author: Julian Smart
1e6d9499 4# Created: 1998
457814b5 5# Updated:
457814b5 6#
1e6d9499 7# Makefile : Builds 16-bit sample, VC++ 1.5
457814b5
JS
8# Use FINAL=1 argument to nmake to build final version with no debugging
9# info
10
11WXDIR = $(WXWIN)
12
1e6d9499
JS
13TARGET=docview
14OBJECTS=$(TARGET).obj view.obj doc.obj
457814b5 15
1e6d9499 16!include $(WXDIR)\src\makeprog.msc
457814b5 17