]> OCCT Git - occt-wok.git/commitdiff
Initial revision
authorcas <cas@opencascade.com>
Wed, 10 Nov 1999 18:00:30 +0000 (18:00 +0000)
committercas <cas@opencascade.com>
Wed, 10 Nov 1999 18:00:30 +0000 (18:00 +0000)
src/TKWOK/TKWOK_LINKSHR.edl [new file with mode: 0755]

diff --git a/src/TKWOK/TKWOK_LINKSHR.edl b/src/TKWOK/TKWOK_LINKSHR.edl
new file mode 100755 (executable)
index 0000000..3abfccc
--- /dev/null
@@ -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;
+