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

0029297: [Regression] Configuration - Mingw-w64 build fails for TKOpenGl due to missing link to OpenGl

The order of external libraries is corrected in TKOpenGl/EXTERNLIB so that more higher-level libs are mentioned earlier than low-level libs on which the former depend (e.g. Gl2Ps before OpenGl) to ensure that GCC linker is able to resolve dependencies.
This commit is contained in:
abv 2017-11-06 16:43:34 +03:00 committed by bugmaster
parent 6286195cff
commit a89a630e2a

View File

@ -2,13 +2,13 @@ TKernel
TKService
TKMath
TKV3d
CSF_OpenGlLibs
CSF_XwLibs
CSF_objc
CSF_Appkit
CSF_IOKit
CSF_TBB
CSF_FREETYPE
CSF_GL2PS
CSF_OpenGlLibs
CSF_user32
CSF_gdi32
CSF_TBB
CSF_XwLibs
CSF_Appkit
CSF_IOKit
CSF_objc