]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Mon, 6 Mar 2000 17:12:59 +0000 (17:12 +0000)
committercas <cas@opencascade.com>
Mon, 6 Mar 2000 17:12:59 +0000 (17:12 +0000)
src/WOKSH/WOKSH.cdl
src/WOKSH/WOKSH_LINKSHR.edl

index d5e50a8c9fbba8d5468e8f1345ffb5301d876483..fec81140bbc14d83748db3d028214a154fcaffec 100755 (executable)
@@ -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;
index 2a06c8733a9f3678bd01833c24a9cf30f74f5d3b..5dc2f030cd2b8e136dc416e85dafb476b9f517fc 100755 (executable)
@@ -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;