]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propsize/makefile.g95
wxFileSelector should have file name only, not path, passed to 3rd arg
[wxWidgets.git] / samples / propsize / makefile.g95
index 7a2bd64b3d7ffef26010974cd2e8cb75867511fb..ed32b82b544d5dab3d01721a3a2875e239cc6b00 100644 (file)
@@ -1,16 +1,10 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
+# Purpose: makefile for propsize example (Cygwin/Mingw32)
+# Created: #03.01.00
 
 WXDIR = ../..
 
 TARGET=propsize
 OBJECTS = $(TARGET).o
 
-include $(WXDIR)\src\makeprog.g95
+include $(WXDIR)/src/makeprog.g95