]> git.saurik.com Git - wxWidgets.git/blame - samples/event/makefile.bcc
Tcl regex lib
[wxWidgets.git] / samples / event / makefile.bcc
CommitLineData
6164f93c
VZ
1# Purpose: makefile for event example (BC++ 16bit)
2# Created: 2001-01-31
3
4!if "$(WXWIN)" == ""
5!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
6!endif
7
8WXDIR = $(WXWIN)
9
10TARGET=event
11OBJECTS=$(TARGET).obj
12
13!include $(WXDIR)\src\makeprog.bcc
14