]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/makefile.vc
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / grid / makefile.vc
index 3c88d2b8592510f353a74491cc1de99e8d27c472..57a2f981c54d2c5a15f3e70ae434b8faf7f66610 100644 (file)
@@ -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