]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/toolbar/makefile.vc
wxFileSelector should have file name only, not path, passed to 3rd arg
[wxWidgets.git] / samples / toolbar / makefile.vc
index 4ada748edad53c6917114d10b0dcd373f6ba8648..af02a4b4bda60d125872a3e453db7dcfaaddbd7c 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 toolbar example (VC++ 32bit)
+# Created: 2000-03-14
 
 # Set WXDIR for your system
 WXDIR = $(WXWIN)
 
-PROGRAM=test
+PROGRAM=toolbar
 OBJECTS = $(PROGRAM).obj
 
 !include $(WXDIR)\src\makeprog.vc