summaryrefslogtreecommitdiff
path: root/src/ChFi3d/ChFi3d_CMPLRS.edl
blob: ec4f7e57691591d4341b4c698c90184a0168746c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- File:	CMPLRS.edl
-- Author:	Jean GAUTIER
-- History:	Mon Feb 19 12:04:00 1996	Jean GAUTIER	Creation
-- Copyright:	 Matra Datavision 1996


--
-- 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 %CMPLRS_CXX_ModeOpt = "+O1";

@endif;