X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48d1144bc4dabb9f8dd6f913e9a65d709e5995e3..98672b4b9cb156c624a66efd5b3c1935a1d37de9:/samples/grid/makefile.vc diff --git a/samples/grid/makefile.vc b/samples/grid/makefile.vc index 4ada748eda..3c88d2b859 100644 --- a/samples/grid/makefile.vc +++ b/samples/grid/makefile.vc @@ -1,17 +1,10 @@ -# -# File: makefile.vc -# Author: Julian Smart -# Created: 1999 -# Updated: -# Copyright: (c) Julian Smart -# -# Makefile : Builds sample (VC++, WIN32) -# Use FINAL=1 argument to nmake to build final version with no debug info. +# Purpose: makefile for grid example (VC++ 32bit) +# Created: 2000-03-15 # Set WXDIR for your system WXDIR = $(WXWIN) -PROGRAM=test +PROGRAM=grid OBJECTS = $(PROGRAM).obj !include $(WXDIR)\src\makeprog.vc