11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
|
# Purpose: makefile for multicell example (BC++ 32bit)
|
||
|
# Created 2000-07-28
|
||
|
|
||
|
WXDIR = $(WXWIN)
|
||
|
|
||
|
TARGET=mtest
|
||
|
OBJECTS = $(TARGET).obj
|
||
|
|
||
|
!include $(WXDIR)\src\makeprog.b32
|
||
|
|