Project.st
changeset 4314 b973832ffe15
parent 4124 06bfbaba171a
child 4315 047c3c925f2f
--- a/Project.st	Thu Jun 24 10:50:24 1999 +0200
+++ b/Project.st	Thu Jun 24 18:05:30 1999 +0200
@@ -1030,8 +1030,19 @@
     ].
     s nextPutLine:')'.
 
-self halt.
     s cr; nextPutLine:';'; nextPutLine:'; files (for deployment):'; nextPutLine:';'.
+"/
+"/ already in properties
+"/
+"/    s nextPutAll:'installDirectoryUnix'; tab.
+"/    s nextPutLine:self installDirectoryUnix.
+"/    s nextPutAll:'installDirectoryWin32'; tab.
+"/    s nextPutLine:self installDirectoryWin32.
+"/    s nextPutAll:'installDirectoryVMS'; tab.
+"/    s nextPutLine:self installDirectoryVMS.
+"/    s nextPutAll:'installDirectoryMacOS'; tab.
+"/    s nextPutLine:self installDirectoryMacOS.
+
     s nextPutAll:'files'; tab.
     coll := properties at:#'files' ifAbsent:#().
     s nextPutLine:'#( \'. 
@@ -1845,6 +1856,6 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.81 1999-04-27 07:42:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.82 1999-06-24 16:05:30 cg Exp $'
 ! !
 Project initialize!