OCC22105 Suspicious call to XOpenDisplay() in OSD_FontMgr class
[occt.git] / src / OpenGl / OpenGl_CMPLRS.edl
1 --
2 -- File:        OpenGl_CMPLRS.edl
3 -- Author:      Stephane Callegari
4 -- History:     13-12-96 : CAL : Creation
5 --              01-11-97 : BGN : Portage HP/OpenGL
6 --                               (avec option +a1 pour C++, et -Aa pour C)
7 -- Copyright:   Matra Datavision 1996
8 --
9
10 @ifnotdefined ( %OpenGl_CMPLRS_EDL) then
11
12   @set %OpenGl_CMPLRS_EDL = "";
13
14   @uses "CSF.edl";
15
16   @string %CMPLRS_CXX_Options += %CSF_X11_INCLUDE " " %CSF_OPENGL_INCLUDE " " %CSF_FTGL_INCLUDES " " %CSF_FREETYPE_INCLUDES " " %CSF_GL2PS_INCLUDES " ";
17   @string %CMPLRS_C_Options   += %CSF_X11_INCLUDE " " %CSF_OPENGL_INCLUDE " " %CSF_FTGL_INCLUDES " " %CSF_FREETYPE_INCLUDES " " %CSF_GL2PS_INCLUDES " ";
18
19   @if ( %Station == "hp" ) then
20
21     @string %CMPLRS_C_Options +=  " -D_HPUX_SOURCE";
22
23         @if ( %DebugMode == "False" ) then
24           @set %CMPLRS_C_ModeOpt = "+O1 -DNo_Exception ";
25           @set %CMPLRS_F77_ModeOpt = "+O1";
26         @endif;
27
28   @endif;
29
30   @if ( %Station == "ao1" ) then
31
32     @string %CMPLRS_C_Options +=  " -DJWR_DEC_TRIFAN_BUG";
33     @string %CMPLRS_C_Options +=  " -std1";
34
35   @endif;
36   
37   -- FMN  @string %CMPLRS_C_Options +=  " -DLMC_COLOR";
38   @string %CMPLRS_C_Options +=  " -DSILGL -DSILGL_VRS=50";
39
40
41
42 @endif;
43