]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/makefile.dos
VC6 template fixes
[wxWidgets.git] / samples / grid / makefile.dos
index 13e3a4ce8eeef60898c11fc6c1f1a9e8f12374bd..e84176599230ecf34391e6cab081923b15524170 100644 (file)
@@ -1,7 +1,7 @@
 #
 # File:                makefile.dos
-# Author:      Julian Smart
-# Created:     1998
+# Author:      Michael Bedward
+# Created:     1999
 # Updated:     
 #
 # Makefile : Builds 16-bit sample, VC++ 1.5
@@ -10,8 +10,8 @@
 
 WXDIR = $(WXWIN)
 
-TARGET=test
-OBJECTS = $(TARGET).obj
+TARGET=griddemo
+OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc