]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/makefile.bcc
Emptied patch.rsp
[wxWidgets.git] / samples / treectrl / makefile.bcc
index 6956ffe0d34c08e928179eed9a4773157693444a..1b873327e7e636f558cd4b6ce09e108561d94c6a 100644 (file)
@@ -1,10 +1,5 @@
-#
-# File:                makefile.bcc
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-#
-# Builds a BC++ 16-bit sample
+# Purpose: makefile for treectrl example (BC++ 16bit)
+# Created: 2000-03-15
 
 !if "$(WXWIN)" == ""
 !error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
@@ -12,7 +7,7 @@
 
 WXDIR = $(WXWIN)
 
-TARGET=treetest
+TARGET=treectrl
 OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.bcc