From f9551335d77e5cfbdc14a0ad39ef0cd7aae2fd4f Mon Sep 17 00:00:00 2001 From: cas Date: Wed, 10 Nov 1999 18:00:30 +0000 Subject: [PATCH] Initial revision --- src/TKWOK/TKWOK_LINKSHR.edl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 src/TKWOK/TKWOK_LINKSHR.edl diff --git a/src/TKWOK/TKWOK_LINKSHR.edl b/src/TKWOK/TKWOK_LINKSHR.edl new file mode 100755 index 0000000..3abfccc --- /dev/null +++ b/src/TKWOK/TKWOK_LINKSHR.edl @@ -0,0 +1,18 @@ +@ifnotdefined ( %TKWOK_LINKSHR_EDL ) then + @set %TKWOK_LINKSHR_EDL = ""; + @if ( %Station == "lin" ) then + @template LINKSHR_Footer () is + $ -ltcl -ldl; + @end; + @template LINKSHR_CheckUndefFooter () is + $ -ltcl -ldl; + @end; + @else @if ( %Station == "sun" ) then + @template LINKSHR_Footer () is + $ -lC -lc -lm -ldl -lsunmath -lxnet -z defs; + @end; + @set %LINKSHR_DBMSOpt = ""; + @endif; + @endif; +@endif; + -- 2.39.5