private.rc
changeset 64 81bab431b2b0
parent 52 c9b78dd69444
child 77 3ec9d8e38918
--- a/private.rc	Wed Dec 13 18:16:59 1995 +0100
+++ b/private.rc	Fri Dec 15 21:09:40 1995 +0100
@@ -142,10 +142,10 @@
 "/
 Compiler stcCompilation:#default.
 OperatingSystem getOSType = 'irix' ifTrue:[
-    Compiler stcCompilationIncludes:'-I../../include'.
+    Compiler stcCompilationIncludes:'-I../../include -I../../libPVM/pvm3/include -I../../libPVM/pvm3/pvmgs'.
     Compiler stcCompilationDefines:'-DGLX'.
 ] ifFalse:[
-    Compiler stcCompilationIncludes:'-I../../include -I../../support/VGL/vogl/src'.
+    Compiler stcCompilationIncludes:'-I../../include -I../../support/VGL/vogl/src -I../../libPVM/pvm3/include -I../../libPVM/pvm3/pvmgs'.
     Compiler stcCompilationDefines:'-DVGL'.
 
 "/
@@ -156,14 +156,14 @@
 "/    ]
 
 ].
-Compiler stcCompilationOptions:'+optinline'.
+Compiler stcCompilationOptions:'+optinline +inlineNew -O'.
 
 "/ experimental: try to always keep some bytes in the pocket
-"/ this changes the memory policy, to start the background whenever
+"/ this changes the memory policy, to start the background collector whenever
 "/ freespace drops below 250k or 500k have been allocated since the last GC. 
 "/ AND to allocate more memory, if (after the collect) less than 1Mb is free.
 "/ Doing so makes the system behave better if lots of memory is required
-"/ for short periods of time, since it prepares itself for that
+"/ for short periods of time, since it prepares itself for that situation
 "/ during idle time. (I often walk around in the fileBrowser, loading big
 "/ files like XWorkstation.st or SystemBrowser.st ....)
 "/