]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Tue, 30 Nov 1999 18:01:11 +0000 (18:01 +0000)
committercas <cas@opencascade.com>
Tue, 30 Nov 1999 18:01:11 +0000 (18:01 +0000)
src/WOKSH/WOKSH_LD.edl
src/WOKSH/WOKSH_LDEXE.edl
src/WOKSH/WOKSH_LDSHR.edl
src/WOKSH/WOKSH_LINKSHR.edl

index c88a0b6b8020e126d9ee14924e1846c5174a5774..decdd74b06da59139c2bf75d8d422eaf15e53a10 100755 (executable)
@@ -1 +1,9 @@
-@cout "WOKSH_LD_EDL used";
+@ifnotdefined ( %WOKSH_LD_EDL ) then
+ @set %WOKSH_LD_EDL = "";
+ @if ( %Station == "sun" ) then
+  @template LD_Footer () is
+  $ -lC -lc;
+  @end;
+ @endif;
+@endif;
+
index 9f31349697f0eca6e72448630640de3d02d0aaef..584824f2c743fade871213f911a39485ebd73e1f 100755 (executable)
@@ -1,2 +1,9 @@
-@cout "WOKSH_LDEXE_EDL used";
+@ifnotdefined ( %WOKSH_LDEXE_EDL ) then
+ @set %WOKSH_LDEXE_EDL = "";
+ @if ( %Station == "sun" ) then
+  @template LDEXE_Footer () is
+  $ -lC -lc;
+  @end;
+ @endif;
+@endif;
 
index 7106dd0582716f223e372089cd8f4a56d4a0eaf6..4eb5279a2b877282dbbdd8df253ad4ee1abc82b9 100755 (executable)
@@ -1,8 +1,7 @@
 @ifnotdefined ( %WOKSH_LDSHR_EDL ) then
- @cout "WOKSH_LDSHR_EDL used";
  @set %WOKSH_LDSHR_EDL = "";
+ @set %LDSHR_EDL = "";
  @if ( %Station == "sun" ) then
-  @cout "LDSHR_Footer";
   @template LDSHR_Footer () is
   $ -lC -lc;
   @end;
index 0fdcea57a96942a35a6b77c0d41c68ef8f913d64..2a06c8733a9f3678bd01833c24a9cf30f74f5d3b 100755 (executable)
@@ -1,2 +1,10 @@
-@cout "WOKSH_LINKSHR_EDL used";
+@ifnotdefined ( %WOKSH_LINKSHR_EDL ) then
+ @set %WOKSH_LINKSHR_EDL = "";
+ @if ( %Station == "sun" ) then
+  @template LINKSHR_Footer () is
+  $ -lC -lc;
+  @end;
+ @endif;
+@endif;
+