11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
|
# Purpose: makefile for event example (BC++ 32bit)
|
||
|
# Created: 2001-01-31
|
||
|
|
||
|
WXDIR = $(WXWIN)
|
||
|
|
||
|
TARGET=event
|
||
|
OBJECTS = $(TARGET).obj
|
||
|
|
||
|
!include $(WXDIR)\src\makeprog.b32
|
||
|
|