]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/gizmos/multicell/makefile.bcc
added rest of contrib samples bakefiles
[wxWidgets.git] / contrib / samples / gizmos / multicell / makefile.bcc
1 # Purpose: makefile for multicell example (BC++ 16bit)
2 # Created 2000-07-28
3
4 !if "$(WXWIN)" == ""
5 !error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
6 !endif
7
8 WXDIR = $(WXWIN)
9
10 TARGET=mtest
11 OBJECTS=$(TARGET).obj ..\src\multicell.obj
12 EXTRAINC=-I..\include
13
14 !include $(WXDIR)\src\makeprog.bcc
15