]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wizard/makefile.bcc
new VC++ templates and project files generated from them: now use only one
[wxWidgets.git] / samples / wizard / makefile.bcc
index 91ea98579a6a08adf1911bf646a75f4b73640bc3..1775c2f54d74fdce9204d8cabfd3f189c2073fe3 100644 (file)
@@ -1,10 +1,5 @@
-#
-# File:                makefile.bcc
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-#
-# Builds a BC++ 16-bit sample
+# Purpose: makefile for wizard 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=wiztest
+TARGET=wizard
 OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.bcc