X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48d1144bc4dabb9f8dd6f913e9a65d709e5995e3..b911bc32a17f592214fcc37bb942ad3f355e6893:/samples/grid/makefile.vc diff --git a/samples/grid/makefile.vc b/samples/grid/makefile.vc index 4ada748eda..57a2f981c5 100644 --- a/samples/grid/makefile.vc +++ b/samples/grid/makefile.vc @@ -1,9 +1,8 @@ # # File: makefile.vc -# Author: Julian Smart +# Author: Michael Bedward # 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. @@ -11,7 +10,7 @@ # Set WXDIR for your system WXDIR = $(WXWIN) -PROGRAM=test +PROGRAM=griddemo OBJECTS = $(PROGRAM).obj !include $(WXDIR)\src\makeprog.vc