]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Wed, 3 Nov 1999 18:05:01 +0000 (18:05 +0000)
committercas <cas@opencascade.com>
Wed, 3 Nov 1999 18:05:01 +0000 (18:05 +0000)
src/WOKStepsDef/WOKSteps_toolkit.edl

index 4799853a2801e2c5d53bc735104d20884c34d91d..fbf88bfc809d7fc6635b6c4421128489ba6833b3 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)";