]> git.saurik.com Git - wxWidgets.git/blame - samples/docview/makefile.bcc
renamed minifram sample
[wxWidgets.git] / samples / docview / makefile.bcc
CommitLineData
457814b5
JS
1#
2# File: makefile.bcc
3# Author: Julian Smart
62448488 4# Created: 1998
457814b5 5# Updated:
457814b5 6#
62448488 7# Builds a BC++ 16-bit sample
457814b5
JS
8
9!if "$(WXWIN)" == ""
10!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
11!endif
12
457814b5 13WXDIR = $(WXWIN)
457814b5 14
62448488
JS
15TARGET=docview
16OBJECTS=$(TARGET).obj
457814b5 17
62448488 18!include $(WXDIR)\src\makeprog.bcc
457814b5 19