]> OCCT Git - occt-wok.git/commitdiff
Initial revision
authorcas <cas@opencascade.com>
Mon, 15 Nov 1999 18:00:29 +0000 (18:00 +0000)
committercas <cas@opencascade.com>
Mon, 15 Nov 1999 18:00:29 +0000 (18:00 +0000)
src/WOKLibs/WOKLibs_LINKSHR.edl [new file with mode: 0755]

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