]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/makefile.dos
only check for lib directory for architectures which have multiple ABIs (Solaris...
[wxWidgets.git] / samples / grid / makefile.dos
index 6ebe4f8a5efe7fd11985b88339939ce5cf1f3452..e84176599230ecf34391e6cab081923b15524170 100644 (file)
@@ -1,9 +1,16 @@
-# Purpose: makefile for grid example (VC++ 1.5x)
-# Created: 2000-03-15
+#
+# File:                makefile.dos
+# Author:      Michael Bedward
+# Created:     1999
+# Updated:     
+#
+# Makefile : Builds 16-bit sample, VC++ 1.5
+# Use FINAL=1 argument to nmake to build final version with no debugging
+# info
 
 WXDIR = $(WXWIN)
 
-TARGET=grid
+TARGET=griddemo
 OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc