X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f30dcba95deab69e102f4fccb30168539f4cbdfd..b911bc32a17f592214fcc37bb942ad3f355e6893:/samples/grid/makefile.vc diff --git a/samples/grid/makefile.vc b/samples/grid/makefile.vc index 3c88d2b859..57a2f981c5 100644 --- a/samples/grid/makefile.vc +++ b/samples/grid/makefile.vc @@ -1,10 +1,16 @@ -# Purpose: makefile for grid example (VC++ 32bit) -# Created: 2000-03-15 +# +# File: makefile.vc +# Author: Michael Bedward +# Created: 1999 +# Updated: +# +# Makefile : Builds sample (VC++, WIN32) +# Use FINAL=1 argument to nmake to build final version with no debug info. # Set WXDIR for your system WXDIR = $(WXWIN) -PROGRAM=grid +PROGRAM=griddemo OBJECTS = $(PROGRAM).obj !include $(WXDIR)\src\makeprog.vc