summaryrefslogtreecommitdiff
path: root/src/OpenGl/OpenGl_CMPLRS.edl
blob: 22026b9353cb903df0bc86cdb424b0db69ead625 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
--
-- File:	OpenGl_CMPLRS.edl
-- Author:	Stephane Callegari
-- History:	13-12-96 : CAL : Creation
--              01-11-97 : BGN : Portage HP/OpenGL
--                               (avec option +a1 pour C++, et -Aa pour C)
-- Copyright:	Matra Datavision 1996
--

@ifnotdefined ( %OpenGl_CMPLRS_EDL) then

  @set %OpenGl_CMPLRS_EDL = "";

  @uses "CSF.edl";

  @string %CMPLRS_CXX_Options += %CSF_X11_INCLUDE " " %CSF_OPENGL_INCLUDE " " %CSF_FTGL_INCLUDES " " %CSF_FREETYPE_INCLUDES " " %CSF_GL2PS_INCLUDES " ";
  @string %CMPLRS_C_Options   += %CSF_X11_INCLUDE " " %CSF_OPENGL_INCLUDE " " %CSF_FTGL_INCLUDES " " %CSF_FREETYPE_INCLUDES " " %CSF_GL2PS_INCLUDES " ";

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

    @string %CMPLRS_C_Options +=  " -D_HPUX_SOURCE";

	@if ( %DebugMode == "False" ) then
          @set %CMPLRS_C_ModeOpt = "+O1 -DNo_Exception ";
          @set %CMPLRS_F77_ModeOpt = "+O1";
        @endif;

  @endif;

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

    @string %CMPLRS_C_Options +=  " -DJWR_DEC_TRIFAN_BUG";
    @string %CMPLRS_C_Options +=  " -std1";

  @endif;
  
  -- FMN  @string %CMPLRS_C_Options +=  " -DLMC_COLOR";
  @string %CMPLRS_C_Options +=  " -DSILGL -DSILGL_VRS=50";



@endif;