X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43b2cccb4b6578afa43b25f4dd15d3d29d89bafd..babc97583e1280ac0992ca8e3dbd7604e2d3963b:/samples/treelay/makefile.bcc diff --git a/samples/treelay/makefile.bcc b/samples/treelay/makefile.bcc new file mode 100644 index 0000000000..669f01905a --- /dev/null +++ b/samples/treelay/makefile.bcc @@ -0,0 +1,19 @@ +# +# File: makefile.bcc +# Author: Julian Smart +# Created: 1998 +# Updated: +# +# Builds a BC++ 16-bit sample + +!if "$(WXWIN)" == "" +!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx +!endif + +WXDIR = $(WXWIN) + +TARGET=test +OBJECTS=$(TARGET).obj + +!include $(WXDIR)\src\makeprog.bcc +