X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6d94998fcbdb3ce60774e38c0d4b6ee20c6798..60b73526d6797ee466c272dbfca962a230bc5908:/samples/treectrl/makefile.dos?ds=sidebyside

diff --git a/samples/treectrl/makefile.dos b/samples/treectrl/makefile.dos
index c1d52b22bf..5522bfd2d0 100644
--- a/samples/treectrl/makefile.dos
+++ b/samples/treectrl/makefile.dos
@@ -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