X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6244848856584171db8cd74a7ff227250e46cc54..4e4a5fed9f544d3bec51b75b6e8638d4481d8534:/samples/grid/makefile.bcc?ds=inline diff --git a/samples/grid/makefile.bcc b/samples/grid/makefile.bcc index 669f01905a..37c91fe0af 100644 --- a/samples/grid/makefile.bcc +++ b/samples/grid/makefile.bcc @@ -1,10 +1,5 @@ -# -# File: makefile.bcc -# Author: Julian Smart -# Created: 1998 -# Updated: -# -# Builds a BC++ 16-bit sample +# Purpose: makefile for grid 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=test +TARGET=grid OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.bcc