]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/proplist/makefile.dos
Added fl (frame layout) to wxWindows, from source tidied by Hans Van Leemputten ...
[wxWidgets.git] / samples / proplist / makefile.dos
index 983ef2da8b73861660beec345d51900cee9df6c9..e580af0985f14bac5d627cd5fb432f75e644b4ab 100644 (file)
@@ -1,16 +1,9 @@
-#
-# File:                makefile.dos
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-#
-# Makefile : Builds 16-bit sample, VC++ 1.5
-# Use FINAL=1 argument to nmake to build final version with no debugging
-# info
+# Purpose: makefile for proplist example (VC++ 1.5x)
+# Created: 2000-03-15
 
 WXDIR = $(WXWIN)
 
-TARGET=test
+TARGET=proplist
 OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc