From: cas Date: Fri, 5 Nov 1999 18:28:10 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=b8a9e760d6316541897f661c170af1ccff4b98a0;p=occt-wok.git No comments --- diff --git a/src/WOKSH/woksh.cxx b/src/WOKSH/woksh.cxx index 04ada40..157a24f 100755 --- a/src/WOKSH/woksh.cxx +++ b/src/WOKSH/woksh.cxx @@ -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();