]> git.saurik.com Git - wxWidgets.git/blame - samples/wizard/makefile.bcc
1. fixed memory leak in GAddress
[wxWidgets.git] / samples / wizard / makefile.bcc
CommitLineData
13f5935c
RL
1# Purpose: makefile for wizard example (BC++ 16bit)
2# Created: 2000-03-15
cb34a6ee
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
13f5935c 10TARGET=wizard
cb34a6ee
JS
11OBJECTS=$(TARGET).obj
12
13!include $(WXDIR)\src\makeprog.bcc
14