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