summaryrefslogtreecommitdiff
path: root/src/Xw/Xw_WOKSteps.edl
blob: 37b9ad0ed103c64f64ab6076e325e7d3250fb725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- Author:	Atelier CAS2000
-- History:	Thu Jul 15 17:17:17 1999	Atelier CAS2000	Creation
-- Copyright:	 Matra Datavision 1999


@ifnotdefined ( %Xw_WOKSteps_EDL ) then
---@set %Xw_WOKSteps_EDL = "";

--- Insert your stuff Here
@if ( %Station == "wnt" ) then
    -- Pas d'Xw sur Windows NT
    @set %WOKSteps_ObjGroup  = "";
    @set %WOKSteps_DepGroup  = "";
    @set %WOKSteps_LibGroup  = "";
    @set %WOKSteps_ExecGroup = "";


@endif;	


@endif;