2000-01-03 08:56:57 +00:00
|
|
|
#
|
|
|
|
# File: makefile.b32
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright:
|
|
|
|
#
|
|
|
|
# Makefile : Builds sample for 32-bit BC++
|
|
|
|
|
|
|
|
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.b32
|
|
|
|
|