]> 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/WOKStepsDef/WOKSteps_toolkit.edl

index 496c7cbc382c5652fb604dcfb99ca7c13c10d473..998c93771e4d3c8c7ebe5b7f1a08f30382b587d2 100755 (executable)
        @endif;
   @endif;
   
+  @if ( %Station == "lin" ) then
+   @string %WOKSteps_LibGroup  += " lib.arx ";
+   @set    %WOKSteps_lib_build  = "WOKStep_DynamicLibrary(lib.list,lib.arx)";
+
+   @ifnotdefined ( %WOKSteps_LinkShr ) then
+    @string %WOKSteps_LibGroup  += " lib.build ";
+    @set    %WOKSteps_lib_build  = "WOKStep_DynamicLibrary(lib.list,lib.arx)";
+   @else
+    @string %WOKSteps_LibGroup += " lib.libs ";
+    @string %WOKSteps_LibGroup += " lib.tks ";
+    @string %WOKSteps_LibGroup += " lib.build ";
+    @set    %WOKSteps_lib_libs  = "WOKStep_DirectLinkList(obj.idep,lib.list,lib.arx)";
+    @set    %WOKSteps_lib_tks   = "*WOKStep_DirectTKReplace(lib.libs)";
+    @set    %WOKSteps_lib_build = "WOKStep_LibLink(lib.tks)";
+   @endif;
+
+  @endif;
+
   @set %WOKSteps_lib_limit  = "WOKStep_LibLimit(lib.list)";
   @set %WOKSteps_lib_arch   = "WOKStep_ArchiveLibrary(lib.limit)";
   @set %WOKSteps_lib_uncomp = "WOKStep_LibUnCompress(lib.list)";
   @set %WOKSteps_engine_LinksWith     = " lib.build ";
   @set %WOKSteps_interface_LinksWith     = " lib.build ";
   @set %WOKSteps_jini_LinksWith     = " lib.build ";
-
   @set %WOKSteps_IsOrdered = "Yes";
        
   @set %WOKSteps_delivery_lib_shared_list_steps ="obj.idep lib.build";