summaryrefslogtreecommitdiff
path: root/src/StdSchema/StdSchema_CMPLRS.edl
blob: b033b8dc885dc5bca3b0d99e7060956f863f24ef (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
-- File:	StdSchema_CMPLRS.edl
-- Author:	Sergey ZARITCHNY
-- History:	Fri Nov  5 15:35:12 1999	Sergey ZARITCHNY	Creation
-- Copyright:	 Matra Datavision 1999

@ifnotdefined ( %StdSchema_CMPLRS_EDL) then
@set %StdSchema_CMPLRS_EDL = "";

--- Insert your stuff Here

--
-- Templates HP-UX 
--
@if ( %Station == "hp" ) then

  @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -w  ";
--- POP suivant directive POP :  @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -w +a1 ";
--
-- FSA : +O2 est trop consomateur de swap pour l'instant.

  @set %ModeOpt = "+O1";

@endif;

@endif;