]> git.saurik.com Git - wxWidgets.git/blame - samples/artprov/makefile.dos
ODBC library is part of base, so make sure the dependency is set accordingly.
[wxWidgets.git] / samples / artprov / makefile.dos
CommitLineData
12fd305b
VS
1#
2# File: makefile.dos
3# Author: Julian Smart
4# Created: 1998
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
10
11WXDIR = $(WXWIN)
12
13TARGET=arttest
ccb42cc5 14OBJECTS = $(TARGET).obj artbrows.obj
12fd305b
VS
15
16!include $(WXDIR)\src\makeprog.msc
17