]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Fri, 5 Nov 1999 18:28:10 +0000 (18:28 +0000)
committercas <cas@opencascade.com>
Fri, 5 Nov 1999 18:28:10 +0000 (18:28 +0000)
src/WOKSH/woksh.cxx

index 04ada40777fc5120a8cb0e0879a2bb71c58eebc4..157a24f4f3239efd263bda06a83c2628949e2d85 100755 (executable)
@@ -103,7 +103,11 @@ int Wok_Init(WOKTclTools_PInterp interp)
        }
     }
 
+#ifndef LIN
   WOKTclTools_Package tcl(CurrentInterp, "Tcl", "7.5");
+#else
+  WOKTclTools_Package tcl ( CurrentInterp, "Tcl", "8.0" );
+#endif  // LIN
   
   tcl.Require();