2003-03-24 13:50:10 -05:00
|
|
|
#
|
|
|
|
# File: makefile.b32
|
|
|
|
# Author: Michael Bedward
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright:
|
|
|
|
#
|
|
|
|
# Makefile : Builds sample for 32-bit BC++
|
1998-05-22 07:48:57 -04:00
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
|
2003-03-24 13:50:10 -05:00
|
|
|
TARGET=griddemo
|
|
|
|
|
|
|
|
OBJECTS = griddemo.obj
|
1998-05-22 07:48:57 -04:00
|
|
|
|
1999-01-04 16:51:15 -05:00
|
|
|
!include $(WXDIR)\src\makeprog.b32
|
1998-05-22 07:48:57 -04:00
|
|
|
|