blob: 6281d40330f61f1e7197fab13908c27bd55f3858 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--
-- File: Image_CMPLRS.edl
-- Author: Jean GAUTIER
-- History: Thu Oct 3 13:12:20 1996 Jean GAUTIER Creation
-- Copyright: Matra Datavision 1996
--
@ifnotdefined ( %Image_CMPLRS_EDL) then
@set %Image_CMPLRS_EDL = "";
--@uses "Image.edl";
@if ( %Station == "sun" ) then
@endif;
@if ( %Station == "sil" ) then
@endif;
@if ( %Station == "ao1" ) then
@endif;
@if ( %Station == "hp" ) then
@endif;
--@string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -DSTANDARD_TYPE=TYPE";
@endif;
|