X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f30dcba95deab69e102f4fccb30168539f4cbdfd..c687b303a5040da07009ea93504121aeec56682a:/samples/grid/makefile.dos diff --git a/samples/grid/makefile.dos b/samples/grid/makefile.dos index 6ebe4f8a5e..e841765992 100644 --- a/samples/grid/makefile.dos +++ b/samples/grid/makefile.dos @@ -1,9 +1,16 @@ -# Purpose: makefile for grid example (VC++ 1.5x) -# Created: 2000-03-15 +# +# File: makefile.dos +# Author: Michael Bedward +# Created: 1999 +# Updated: +# +# Makefile : Builds 16-bit sample, VC++ 1.5 +# Use FINAL=1 argument to nmake to build final version with no debugging +# info WXDIR = $(WXWIN) -TARGET=grid +TARGET=griddemo OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.msc