X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f30dcba95deab69e102f4fccb30168539f4cbdfd..b911bc32a17f592214fcc37bb942ad3f355e6893:/samples/grid/makefile.b32?ds=inline diff --git a/samples/grid/makefile.b32 b/samples/grid/makefile.b32 index 05eecd7959..b606a6649a 100644 --- a/samples/grid/makefile.b32 +++ b/samples/grid/makefile.b32 @@ -1,10 +1,17 @@ -# Purpose: makefile for grid example (BC++ 32bit) -# Created: 2000-03-15 +# +# File: makefile.b32 +# Author: Michael Bedward +# Created: 1999 +# Updated: +# Copyright: +# +# Makefile : Builds sample for 32-bit BC++ WXDIR = $(WXWIN) -TARGET=grid -OBJECTS = $(TARGET).obj +TARGET=griddemo + +OBJECTS = griddemo.obj !include $(WXDIR)\src\makeprog.b32