summaryrefslogtreecommitdiff
path: root/src/ImageUtility/ImageUtility_WOKSteps.edl
blob: eddf1dddbd2d65cae8315d91d44c2320cda5deee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--
-- File:	ImageUtility_WOKSteps.edl
-- Author:	Stephane Callegari
-- History:	13-10-98 : CAL : Creation
-- Copyright:	Matra Datavision 1998
--

@ifnotdefined ( %ImageUtility_WOKSteps_EDL) then

  @set %ImageUtility_WOKSteps_EDL = "";

  @if ( %Station == "wnt" ) then

    -- Pas d'ImageUtility sur WNT
    @set %WOKSteps_ObjGroup  = "";
    @set %WOKSteps_DepGroup  = "";
    @set %WOKSteps_LibGroup  = "";
    @set %WOKSteps_ExecGroup = "";

  @endif;

@endif;