]> git.saurik.com Git - wxWidgets.git/blame - samples/bombs/makefile.dos
Simplified BC++ makefiles; C++Builder 1.0 compilation seems to work;
[wxWidgets.git] / samples / bombs / makefile.dos
CommitLineData
025e88c5
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
11WXDIR = $(WXWIN)
12
13TARGET=bombs
e3a43801
JS
14OBJECTS=dialoged.obj reseditr.obj dlghndlr.obj reswrite.obj\
15 winprop.obj edtree.obj edlist.obj symbtabl.obj winstyle.obj
025e88c5
JS
16
17!include $(WXDIR)\src\makeprog.msc
18