]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wizard/makefile.vc
added cur and ico formats to the sample
[wxWidgets.git] / samples / wizard / makefile.vc
index 42445bdbb43789e974e34a5e7d9519954633c717..0476d7c58934e94cba3de10cab55caa3d3bc2260 100644 (file)
@@ -1,17 +1,10 @@
-#
-# File:                makefile.vc
-# Author:      Julian Smart
-# Created:     1999
-# Updated:     
-# Copyright:   (c) Julian Smart
-#
-# Makefile : Builds sample (VC++, WIN32)
-# Use FINAL=1 argument to nmake to build final version with no debug info.
+# Purpose: makefile for wizard example (VC++ 32bit)
+# Created: 2000-03-15
 
 # Set WXDIR for your system
 WXDIR = $(WXWIN)
 
 
 # Set WXDIR for your system
 WXDIR = $(WXWIN)
 
-PROGRAM=wiztest
+PROGRAM=wizard
 OBJECTS = $(PROGRAM).obj
 
 !include $(WXDIR)\src\makeprog.vc
 OBJECTS = $(PROGRAM).obj
 
 !include $(WXDIR)\src\makeprog.vc