0022627: Change OCCT memory management defaults
[occt.git] / src / PS / PS_CMPLRS.edl
1 --
2 -- File:        PS_CMPLRS.edl
3 -- Author:      Jean GAUTIER
4 -- History:     Thu Oct  3 13:12:20 1996        Jean GAUTIER    Creation
5 -- Copyright:   Matra Datavision 1996
6 --
7
8 @ifnotdefined ( %PS_CMPLRS_EDL) then
9   @set %PS_CMPLRS_EDL = "";
10   @uses "CSF.edl" ;
11
12   --@uses "PS.edl";
13
14     @string %CMPLRS_C_Options = %CMPLRS_C_Options " " %CSF_X11_INCLUDE ;
15     @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " " %CSF_X11_INCLUDE ;
16
17   @if ( %Station == "sil" ) then
18     @string %CMPLRS_C_Options = %CMPLRS_C_Options " -D_NO_PROTO";
19   @endif;
20
21   @if ( %Station == "ao1" ) then
22     @string %CMPLRS_C_Options = %CMPLRS_C_Options " -std1";
23   @endif;
24
25   @if ( %Station == "hp" ) then
26     @string %CMPLRS_C_Options = %CMPLRS_C_Options " -Ac -D_NO_PROTO";
27   @endif;
28 @endif;