summaryrefslogtreecommitdiff
path: root/src/PS/PS_CMPLRS.edl
blob: 8eab2d1ce1ecd8811f9732d44eb02d0844cfdbdd (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
26
27
28
--
-- File:        PS_CMPLRS.edl
-- Author:      Jean GAUTIER
-- History:     Thu Oct  3 13:12:20 1996        Jean GAUTIER    Creation
-- Copyright:   Matra Datavision 1996
--

@ifnotdefined ( %PS_CMPLRS_EDL) then
  @set %PS_CMPLRS_EDL = "";
  @uses "CSF.edl" ;

  --@uses "PS.edl";

    @string %CMPLRS_C_Options = %CMPLRS_C_Options " " %CSF_X11_INCLUDE ;
    @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " " %CSF_X11_INCLUDE ;

  @if ( %Station == "sil" ) then
    @string %CMPLRS_C_Options = %CMPLRS_C_Options " -D_NO_PROTO";
  @endif;

  @if ( %Station == "ao1" ) then
    @string %CMPLRS_C_Options = %CMPLRS_C_Options " -std1";
  @endif;

  @if ( %Station == "hp" ) then
    @string %CMPLRS_C_Options = %CMPLRS_C_Options " -Ac -D_NO_PROTO";
  @endif;
@endif;