]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/makefile.dos
fixed typo
[wxWidgets.git] / samples / treectrl / makefile.dos
index c1d52b22bfc53abda153d53d1a312a215f8b1e81..50832fa2c71115b240616f569618348fc7d99ccc 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 treectrl example (VC++ 1.5x)
+# Created: 2000-03-15
 
 WXDIR = $(WXWIN)
 
 TARGET=treetest
-OBJECTS = $(TARGET).obj
+OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc