ParserFlags.st
changeset 2962 6aba30bf6618
parent 2934 630adff68343
child 2963 52b9443a16b1
--- a/ParserFlags.st	Wed Oct 31 15:12:26 2012 +0100
+++ b/ParserFlags.st	Wed Oct 31 17:02:15 2012 +0100
@@ -1485,8 +1485,9 @@
 !
 
 initializeSTCFlagsForTopDirectory:topDirArg
-    "notice: for now, can only initialize for borland+windows or linux;
-     visualC setup still fails"
+    "topDirArg must be the stx directory (where stc directory with stc-executable is found)
+     notice: for now, can only initialize for borland+windows or linux;
+     visualC setup still fails."
 
     |topDir vcTop sdkTop bccTop useBorlandC useVisualC|
 
@@ -2474,11 +2475,11 @@
 !ParserFlags class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.92 2012-09-28 16:22:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.93 2012-10-31 16:02:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.92 2012-09-28 16:22:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.93 2012-10-31 16:02:15 cg Exp $'
 ! !
 
 ParserFlags initialize!