*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 09 Jan 1997 14:50:50 +0100
changeset 191 d4fd573f9531
parent 190 ee6315989289
child 192 d63a7455cb52
*** empty log message ***
private.rc
--- a/private.rc	Tue Jan 07 22:41:36 1997 +0100
+++ b/private.rc	Thu Jan 09 14:50:50 1997 +0100
@@ -132,7 +132,6 @@
 "/
 thisIsMySystem ifTrue:[
     'starting RDoItServer ...' infoPrintCR.
-    "/ Smalltalk fileIn:'../../goodies/rdoit/NewLauncher.chg'.
     RDoItServer autoload.
     RDoItServer start.
     RDoItServer allowHost:'localhost'.
@@ -178,19 +177,19 @@
     "/
     Display supportsGLDrawing ifTrue:[
 	systemType = 'irix' ifTrue:[
-"/	    Display isOpenGL ifTrue:[
-"/		Compiler stcCompilationDefines:'-DOPENGL'.
-"/	    ] ifFalse:[
+"/          Display isOpenGL ifTrue:[
+"/              Compiler stcCompilationDefines:'-DOPENGL'.
+"/          ] ifFalse:[
 		Compiler stcCompilationDefines:'-DGLX'.
-"/	    ]
+"/          ]
 	] ifFalse:[
-"/	    Display isOpenGL ifTrue:[
-"/		Compiler stcCompilationIncludes:'-I../../include -I../../support/MESA/Mesa1.2.5/include'.
-"/		Compiler stcCompilationDefines:'-DOPENGL -DMESA'.
-"/	    ] ifFalse:[
+"/          Display isOpenGL ifTrue:[
+"/              Compiler stcCompilationIncludes:'-I../../include -I../../support/MESA/Mesa1.2.5/include'.
+"/              Compiler stcCompilationDefines:'-DOPENGL -DMESA'.
+"/          ] ifFalse:[
 		Compiler stcCompilationIncludes:'-I../../include -I../../support/VGL/vogl/src'.
 		Compiler stcCompilationDefines:'-DVGL'.
-"/	    ].
+"/          ].
 
 	    "/ specify additional link libraries.
 	    "/ Disabled; thats the default anyway ....