@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";