]> git.saurik.com Git - wxWidgets.git/blame - samples/grid/makefile.bcc
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / grid / makefile.bcc
CommitLineData
f7556ff0
JS
1#
2# File: makefile.bcc
3# Author: Michael Bedward
4# Created: 1999
5# Updated:
6#
7# Builds a BC++ 16-bit sample
62448488
JS
8
9!if "$(WXWIN)" == ""
10!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
11!endif
12
13WXDIR = $(WXWIN)
14
f7556ff0 15TARGET=griddemo
62448488
JS
16OBJECTS=$(TARGET).obj
17
18!include $(WXDIR)\src\makeprog.bcc
19