From a89a630e2a7f238f1b35af1aa5c9f4f545e8508c Mon Sep 17 00:00:00 2001 From: abv Date: Mon, 6 Nov 2017 16:43:34 +0300 Subject: [PATCH] 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. --- src/TKOpenGl/EXTERNLIB | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/TKOpenGl/EXTERNLIB b/src/TKOpenGl/EXTERNLIB index 7808f1729a..f5abfd2b83 100755 --- a/src/TKOpenGl/EXTERNLIB +++ b/src/TKOpenGl/EXTERNLIB @@ -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