]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/makefile.dos
added GetHpalette[Of] macros
[wxWidgets.git] / samples / treectrl / makefile.dos
index c1d52b22bfc53abda153d53d1a312a215f8b1e81..5522bfd2d0659b4dc5d09a9cf18ee3ca3de48ddb 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
+TARGET=treectrl
+OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc