Project.st
changeset 4786 2375c3d2bffc
parent 4785 4ced52c817e6
child 4787 0d09c8a9a8b7
--- a/Project.st	Wed Sep 22 10:11:02 1999 +0200
+++ b/Project.st	Wed Sep 22 10:40:45 1999 +0200
@@ -1409,6 +1409,9 @@
 "/ loadAll-file to fileIn code for: ' , self package , '
 "/
 "/ Automatically generated from project definition.
+"/ DO NOT MODIFY THIS fILE;
+"/ modify the .prj file instead, an regenerate this file
+"/ with the ProjectBrowser tool.
 "/
 
 "/
@@ -1570,7 +1573,9 @@
 #
 # -- Make.proto created from project at ' , Smalltalk timeStamp , '
 #
-# Warning: once you modify this file, do not rerun
+# Warning: YOU SHOULD NOT MODIFY THIS FILE - MODIFY THE .prj FILE INSTEAD
+# and let the ProjectBrowser recreate this file.
+# once you modify this file, do not rerun
 # stmkmp or recreate the Make.proto again - otherwise, your changes are lost.
 
 # module and directory-in-module;
@@ -2597,6 +2602,6 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.100 1999-09-22 08:11:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.101 1999-09-22 08:40:45 cg Exp $'
 ! !
 Project initialize!