]> git.saurik.com Git - wxWidgets.git/blame - samples/proplist/makefile.bcc
added static library Project Builder project for wxWindows
[wxWidgets.git] / samples / proplist / makefile.bcc
CommitLineData
30b64191
RL
1# Purpose: makefile for proplist example (BC++ 16bit)
2# Created: 2000-03-15
e3a43801
JS
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
30b64191 10TARGET=proplist
e3a43801
JS
11OBJECTS=$(TARGET).obj
12
13!include $(WXDIR)\src\makeprog.bcc
14