]> 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 4ada748edad53c6917114d10b0dcd373f6ba8648..57a2f981c54d2c5a15f3e70ae434b8faf7f66610 100644 (file)
@@ -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