]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Mon, 21 Aug 2000 18:15:52 +0000 (18:15 +0000)
committercas <cas@opencascade.com>
Mon, 21 Aug 2000 18:15:52 +0000 (18:15 +0000)
src/WOKStepsDef/WOKSteps_toolkit.edl

index 89e0bdad7e7be8e6946d3ea4003d7c41a591bdcb..8881b19b124d2d686ccae2676c31d780118f18aa 100755 (executable)
 
   @endif;
 
+  @if ( %Station == "aix" ) then
+
+        @string %WOKSteps_LibGroup += " lib.limit ";
+       @string %WOKSteps_LibGroup += " lib.arch ";
+
+       @set %WOKSteps_lib_limit = "WOKStep_LibLimit(lib.list)";
+       @set %WOKSteps_lib_arch  = "WOKStep_ArchiveLibrary(lib.limit)";
+
+        @string %WOKSteps_LibGroup  += " lib.arx ";
+        @set    %WOKSteps_lib_build  = "WOKStep_DynamicLibrary(lib.arch)";
+
+   @ifnotdefined ( %WOKSteps_LinkShr ) then
+    @string %WOKSteps_LibGroup  += " lib.build ";
+    @set    %WOKSteps_lib_build  = "WOKStep_DynamicLibrary(lib.list,lib.arch)";
+   @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.arch)";
+    @set    %WOKSteps_lib_tks   = "*WOKStep_DirectTKReplace(lib.libs)";
+    @set    %WOKSteps_lib_build = "WOKStep_LibLink(lib.tks)";
+   @endif;
+
+  @endif;
+------------ End AIX
+
   @set %WOKSteps_lib_limit  = "WOKStep_LibLimit(lib.list)";
   @set %WOKSteps_lib_arch   = "WOKStep_ArchiveLibrary(lib.limit)";
   @set %WOKSteps_lib_uncomp = "WOKStep_LibUnCompress(lib.list)";