blob: 0acc742ffafb4cf7a2ac8f0722c1e26f4daeebb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
-- File: _CMPLRS.edl
-- Author: Jean GAUTIER
-- History: Mon Feb 19 12:04:00 1996 Jean GAUTIER Creation
-- Copyright: Matra Datavision 1996
@ifnotdefined ( %Resource_CMPLRS_EDL ) then
@set %Resource_CMPLRS_EDL = "";
-- Templates HP-UX
@if ( %Station == "hp" ) then
@string %CMPLRS_C_Command = %CMPLRS_C_Command " -Aa";
@endif;
@endif;
|