]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/makefile.dos
fix for wxExecute(subprocess which produces a lot of output) bug
[wxWidgets.git] / samples / grid / makefile.dos
index 13e3a4ce8eeef60898c11fc6c1f1a9e8f12374bd..6ebe4f8a5efe7fd11985b88339939ce5cf1f3452 100644 (file)
@@ -1,17 +1,10 @@
-#
-# File:                makefile.dos
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-#
-# Makefile : Builds 16-bit sample, VC++ 1.5
-# Use FINAL=1 argument to nmake to build final version with no debugging
-# info
+# Purpose: makefile for grid example (VC++ 1.5x)
+# Created: 2000-03-15
 
 WXDIR = $(WXWIN)
 
-TARGET=test
-OBJECTS = $(TARGET).obj
+TARGET=grid
+OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc