]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/proplist/makefile.bcc
updated CodeWarrior 5.3 exported xml projects
[wxWidgets.git] / samples / proplist / makefile.bcc
index 669f01905aefc544ba0a51607dfa612d1f849b50..db25470c8c0ee926e5e4df55e5346e82bd8ce76a 100644 (file)
@@ -1,10 +1,5 @@
-#
-# File:                makefile.bcc
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-#
-# Builds a BC++ 16-bit sample
+# Purpose: makefile for proplist 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=proplist
 OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.bcc