summaryrefslogtreecommitdiff
path: root/src/IGESSolid/IGESSolid_CMPLRS.edl
blob: 6697b644ca332da98c1e517bde6c82ce936160e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- File:	CMPLRS.edl
-- Author:	Christian CAILLET
-- History:	Wed May 21 10:57:28 1997
-- Copyright:	Matra Datavision 1997

-- Pb compil gros code HP-UX sous WOK++
-- trop de warning -> shut up

@if ( %Station == "hp" ) then

  @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -w ";

-- Pb optimiseur (O2) pas fiable

  @set %ModeOpt = "+O1";

@endif;