From dc58d91718dfa40c0e6ebdce2f616891ff91cabe Mon Sep 17 00:00:00 2001 From: cas Date: Mon, 6 Mar 2000 17:12:59 +0000 Subject: [PATCH] No comments --- src/WOKStepsDef/WOKSteps_toolkit.edl | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/WOKStepsDef/WOKSteps_toolkit.edl b/src/WOKStepsDef/WOKSteps_toolkit.edl index 496c7cb..998c937 100755 --- a/src/WOKStepsDef/WOKSteps_toolkit.edl +++ b/src/WOKStepsDef/WOKSteps_toolkit.edl @@ -99,6 +99,24 @@ @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)"; @@ -109,7 +127,7 @@ @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"; -- 2.39.5