private.rc
changeset 21 30eaa11da086
parent 20 af1e702d74d0
child 24 1b6ff7a7839e
--- a/private.rc	Sat Mar 25 23:26:21 1995 +0100
+++ b/private.rc	Sun Mar 26 22:20:47 1995 +0200
@@ -11,11 +11,14 @@
 
 "
  add my private directory to the searchPath ...
+ This does not make sense in your environment.
+ However, I leave the code here to show how its done.
 "
 OperatingSystem getLoginName = 'claus' ifTrue:[
     Smalltalk systemPath addFirst:'/phys/clam/claus/smalltalk/not_delivered'.
     Smalltalk systemPath addFirst:'/phys/clam/claus/smalltalk/private_classes'.
     Smalltalk systemPath addFirst:'/phys/clam/claus/work/fileIn/not_delivered'.
+    Smalltalk systemPath addFirst:'/phys/clam/claus/work/libpro'.
 ].
 
 "
@@ -59,7 +62,8 @@
  this is a temporary kludge: specify the flags to be used
  when compiling via stc. Primitive compilation (from within the browser)
  is still experimental. So you better not care (yet)
- BTW: its only supported on UnixWare and SGI anyway.
+ BTW: its only supported on UnixWare and SGI anyway 
+ (and not in the free demo release).
 "
 OperatingSystem getOSType = 'irix' ifTrue:[
     Compiler stcCompilationFlags:'-I../../include +optinline -DGLX'.
@@ -82,6 +86,8 @@
 "
  another experimental (and a secret)
  Playing around with GC parameters (aging params)
+ for now, this is experimental. Once the best numbers
+ have been found, I'll hardwire them and document it ...
 "
 |a|
 ObjectMemory newSpaceSize > (500*1024) ifTrue:[