18 lines
232 B
Plaintext
18 lines
232 B
Plaintext
|
#
|
||
|
# File: makefile.b32
|
||
|
# Author: Michael Bedward
|
||
|
# Created: 1999
|
||
|
# Updated:
|
||
|
# Copyright:
|
||
|
#
|
||
|
# Makefile : Builds sample for 32-bit BC++
|
||
|
|
||
|
WXDIR = $(WXWIN)
|
||
|
|
||
|
TARGET=griddemo
|
||
|
|
||
|
OBJECTS = griddemo.obj
|
||
|
|
||
|
!include $(WXDIR)\src\makeprog.b32
|
||
|
|