]> git.saurik.com Git - wxWidgets.git/blame - samples/grid/makefile.bcc
Eliminated streams from scoredg.cpp
[wxWidgets.git] / samples / grid / makefile.bcc
CommitLineData
f30dcba9
RL
1# Purpose: makefile for grid example (BC++ 16bit)
2# Created: 2000-03-15
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
f30dcba9 10TARGET=grid
62448488
JS
11OBJECTS=$(TARGET).obj
12
13!include $(WXDIR)\src\makeprog.bcc
14