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