2000-01-03 08:56:57 +00: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=life
|
2000-07-15 19:51:35 +00:00
|
|
|
OBJECTS = $(TARGET).obj dialogs.obj game.obj reader.obj
|
2000-01-03 08:56:57 +00:00
|
|
|
|
|
|
|
!include $(WXDIR)\src\makeprog.msc
|
|
|
|
|