]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treelay/makefile.dos
not necessary anymore
[wxWidgets.git] / samples / treelay / makefile.dos
index 983ef2da8b73861660beec345d51900cee9df6c9..79cebff0ad9e42f67f66bc62d4158c2950ff8683 100644 (file)
@@ -1,16 +1,9 @@
-#
-# 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 treelay example (VC++ 1.5x)
+# Created: 2000-03-15
 
 WXDIR = $(WXWIN)
 
-TARGET=test
+TARGET=treelay
 OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc