From: cas Date: Mon, 15 Nov 1999 18:00:29 +0000 (+0000) Subject: Initial revision X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=e8297dc5ebee125e3b1a08964605893ec95ee04c;p=occt-wok.git Initial revision --- 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; +