From 1811df1e0a256f5822894bc204a37f96a991a63a Mon Sep 17 00:00:00 2001 From: cas Date: Tue, 30 Nov 1999 18:01:11 +0000 Subject: [PATCH] No comments --- src/WOKSH/WOKSH_LD.edl | 10 +++++++++- src/WOKSH/WOKSH_LDEXE.edl | 9 ++++++++- src/WOKSH/WOKSH_LDSHR.edl | 3 +-- src/WOKSH/WOKSH_LINKSHR.edl | 10 +++++++++- 4 files changed, 27 insertions(+), 5 deletions(-) diff --git a/src/WOKSH/WOKSH_LD.edl b/src/WOKSH/WOKSH_LD.edl index c88a0b6..decdd74 100755 --- a/src/WOKSH/WOKSH_LD.edl +++ b/src/WOKSH/WOKSH_LD.edl @@ -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; + diff --git a/src/WOKSH/WOKSH_LDEXE.edl b/src/WOKSH/WOKSH_LDEXE.edl index 9f31349..584824f 100755 --- a/src/WOKSH/WOKSH_LDEXE.edl +++ b/src/WOKSH/WOKSH_LDEXE.edl @@ -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; diff --git a/src/WOKSH/WOKSH_LDSHR.edl b/src/WOKSH/WOKSH_LDSHR.edl index 7106dd0..4eb5279 100755 --- a/src/WOKSH/WOKSH_LDSHR.edl +++ b/src/WOKSH/WOKSH_LDSHR.edl @@ -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; diff --git a/src/WOKSH/WOKSH_LINKSHR.edl b/src/WOKSH/WOKSH_LINKSHR.edl index 0fdcea5..2a06c87 100755 --- a/src/WOKSH/WOKSH_LINKSHR.edl +++ b/src/WOKSH/WOKSH_LINKSHR.edl @@ -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; + -- 2.39.5