1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0023761: Removing FTGL defines from OpenGl_CMPLRS.edl

This commit is contained in:
ibs 2013-02-15 13:06:00 +04:00
parent a20400b3a2
commit a1bd71b4a8
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ proc Visualization:depends { } {
}
proc Visualization:acdepends { } {
return [list X11 GL FREETYPE FTGL]
return [list X11 GL FREETYPE]
}
;#

View File

@ -24,7 +24,7 @@
@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 " ";
@string %CMPLRS_CXX_Options += %CSF_X11_INCLUDE " " %CSF_OPENGL_INCLUDE " " %CSF_FREETYPE_INCLUDES " " %CSF_GL2PS_INCLUDES " ";
@string %CMPLRS_C_Options += %CSF_X11_INCLUDE " " %CSF_OPENGL_INCLUDE " " %CSF_FREETYPE_INCLUDES " " %CSF_GL2PS_INCLUDES " ";
@endif;