From: cas Date: Mon, 6 Mar 2000 17:12:59 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=9c61d4b227258915e84b7088a4833372dc80d8e1;p=occt-wok.git No comments --- diff --git a/src/WOKSH/WOKSH.cdl b/src/WOKSH/WOKSH.cdl index d5e50a8..fec8114 100755 --- a/src/WOKSH/WOKSH.cdl +++ b/src/WOKSH/WOKSH.cdl @@ -9,14 +9,14 @@ is executable woksh uses - Tcl_Libs as external + CSF_TclLibs as external is woksh; end; executable wokprocess uses - Tcl_Libs as external + CSF_TclLibs as external is wokprocess; end; diff --git a/src/WOKSH/WOKSH_LINKSHR.edl b/src/WOKSH/WOKSH_LINKSHR.edl index 2a06c87..5dc2f03 100755 --- a/src/WOKSH/WOKSH_LINKSHR.edl +++ b/src/WOKSH/WOKSH_LINKSHR.edl @@ -2,7 +2,11 @@ @set %WOKSH_LINKSHR_EDL = ""; @if ( %Station == "sun" ) then @template LINKSHR_Footer () is - $ -lC -lc; + $ -lC -lc; + $ set ld_status=$status; + $ if ( $?LD_LIBRARY_PATH ) then + $ set ld_library_path=$LD_LIBRARY_PATH + $ endif @end; @endif; @endif;