X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/babc97583e1280ac0992ca8e3dbd7604e2d3963b..c48792de4abe190910c0cb212c5df44d2ef87a7e:/samples/treelay/makefile.bcc

diff --git a/samples/treelay/makefile.bcc b/samples/treelay/makefile.bcc
index 669f01905a..ef7ce85661 100644
--- a/samples/treelay/makefile.bcc
+++ b/samples/treelay/makefile.bcc
@@ -1,10 +1,5 @@
-#
-# File:		makefile.bcc
-# Author:	Julian Smart
-# Created:	1998
-# Updated:	
-#
-# Builds a BC++ 16-bit sample
+# Purpose: makefile for treelay 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=test
+TARGET=treelay
 OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.bcc