1998-12-31 05:54:41 -05:00
|
|
|
#
|
|
|
|
# File: makefile.dos
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
#
|
|
|
|
# Makefile : Builds 16-bit sample, VC++ 1.5
|
|
|
|
# Use FINAL=1 argument to nmake to build final version with no debugging
|
|
|
|
# info
|
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
|
|
|
|
TARGET=bombs
|
1998-12-31 11:15:45 -05:00
|
|
|
OBJECTS=dialoged.obj reseditr.obj dlghndlr.obj reswrite.obj\
|
|
|
|
winprop.obj edtree.obj edlist.obj symbtabl.obj winstyle.obj
|
1998-12-31 05:54:41 -05:00
|
|
|
|
|
|
|
!include $(WXDIR)\src\makeprog.msc
|
|
|
|
|