]> git.saurik.com Git - wxWidgets.git/blame - samples/typetest/makefile.bcc
Fixed compilation in release mode
[wxWidgets.git] / samples / typetest / makefile.bcc
CommitLineData
367e57ec
RL
1# Purpose: makefile for typetest example (BC++ 16bit)
2# Created: 2000-03-14
62448488
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
10TARGET=typetest
11OBJECTS=$(TARGET).obj
12
13!include $(WXDIR)\src\makeprog.bcc
14