X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb34a6eeacff2ff63ebca22c27f54a421f726737..17533c89d2f1b2361ca02edfddc9d64a42b0a35b:/samples/wizard/makefile.bcc diff --git a/samples/wizard/makefile.bcc b/samples/wizard/makefile.bcc index 91ea98579a..1775c2f54d 100644 --- a/samples/wizard/makefile.bcc +++ b/samples/wizard/makefile.bcc @@ -1,10 +1,5 @@ -# -# File: makefile.bcc -# Author: Julian Smart -# Created: 1998 -# Updated: -# -# Builds a BC++ 16-bit sample +# Purpose: makefile for wizard example (BC++ 16bit) +# Created: 2000-03-15 !if "$(WXWIN)" == "" !error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx @@ -12,7 +7,7 @@ WXDIR = $(WXWIN) -TARGET=wiztest +TARGET=wizard OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.bcc