]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/proplist/makefile.vc
added static library Project Builder project for wxWindows
[wxWidgets.git] / samples / proplist / makefile.vc
index 4ada748edad53c6917114d10b0dcd373f6ba8648..4cb42439fc0726e1784e58d53f87d4dfc66e07e1 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 proplist example (VC++ 32bit)
+# Created: 2000-03-15
 
 # Set WXDIR for your system
 WXDIR = $(WXWIN)
 
-PROGRAM=test
+PROGRAM=proplist
 OBJECTS = $(PROGRAM).obj
 
 !include $(WXDIR)\src\makeprog.vc