private.rc
changeset 183 e0f91f84aaae
parent 182 0f0ce432de5e
child 191 d4fd573f9531
--- a/private.rc	Wed Dec 18 15:04:26 1996 +0100
+++ b/private.rc	Wed Dec 18 15:06:23 1996 +0100
@@ -178,19 +178,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 ....