From e8297dc5ebee125e3b1a08964605893ec95ee04c Mon Sep 17 00:00:00 2001 From: cas Date: Mon, 15 Nov 1999 18:00:29 +0000 Subject: [PATCH] Initial revision --- src/WOKLibs/WOKLibs_LINKSHR.edl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 src/WOKLibs/WOKLibs_LINKSHR.edl diff --git a/src/WOKLibs/WOKLibs_LINKSHR.edl b/src/WOKLibs/WOKLibs_LINKSHR.edl new file mode 100755 index 0000000..ad738b0 --- /dev/null +++ b/src/WOKLibs/WOKLibs_LINKSHR.edl @@ -0,0 +1,18 @@ +@ifnotdefined ( %WOKLibs_LINKSHR_EDL ) then + @set %WOKLibs_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 -z defs; + @end; + @set %LINKSHR_DBMSOpt = ""; + @endif; + @endif; +@endif; + -- 2.39.5