mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-05 11:24:17 +03:00
44 lines
1.2 KiB
Plaintext
Executable File
44 lines
1.2 KiB
Plaintext
Executable File
--
|
|
-- 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;
|
|
|