]> git.saurik.com Git - wxWidgets.git/blame - samples/db/makefile.dos
Regenerated makefiles for 3rd-party lib change
[wxWidgets.git] / samples / db / makefile.dos
CommitLineData
1e6d9499
JS
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
099287b9
GT
11# This sample will not build any longer (most likely)
12# without heavy mods to the db/dbtable classes
13
1e6d9499
JS
14WXDIR = $(WXWIN)
15
16TARGET=dbtest
099287b9 17OBJECTS=$(TARGET).obj listdb.obj
1e6d9499
JS
18
19!include $(WXDIR)\src\makeprog.msc
20