summaryrefslogtreecommitdiff
path: root/src/ImageUtility/ImageUtility_WOKUMake.edl
blob: 047dd768e722a2660a56a1ef5466c1e928fa9c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--
-- File:	ImageUtility_WOKUMake.edl
-- Author:	Stephane Callegari
-- History:	13-12-96 : CAL : Creation
-- Copyright:	Matra Datavision 1996
--

@ifnotdefined ( %ImageUtility_WOKUMake_EDL) then

  @set %ImageUtility_WOKUMake_EDL = "";

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

    -- Pas d'ImageUtility sur WNT
    @set %WOKUMake_Steps = "*src xcpp.fill(src)  xcpp.src(xcpp.fill)  xcpp.header(xcpp.fill) .xcpp.template(xcpp.fill) obj.inc";

  @endif;

@endif;