summaryrefslogtreecommitdiff
path: root/src/ShapeSchema/ShapeSchema_CMPLRS.edl
blob: 8f3e61fdd35d9c9c064bb677ce7d0e7f1295e40a (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 %ModeOpt = "+O1";

@endif;