]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propsize/makefile.vc
Initial checkin of the wxFrame support added by Aleks G.
[wxWidgets.git] / samples / propsize / makefile.vc
index c356f69b6fb8094a85a9255b896b84fb555edd13..c9eeb7ec216ce470b2c6666d8e5d52723a5fd5c2 100644 (file)
@@ -1,12 +1,5 @@
-#
-# 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 propsize example (VC++ 32bit)
+# Created: 2000-03-14
 
 # Set WXDIR for your system
 WXDIR = $(WXWIN)
@@ -15,3 +8,4 @@ PROGRAM=propsize
 OBJECTS = $(PROGRAM).obj
 
 !include $(WXDIR)\src\makeprog.vc
+