]> OCCT Git - occt-copy.git/commit
0029297: [Regression] Configuration - Mingw-w64 build fails for TKOpenGl due to missi...
authorabv <abv@opencascade.com>
Mon, 6 Nov 2017 13:43:34 +0000 (16:43 +0300)
committerkgv <kgv@opencascade.com>
Mon, 4 Dec 2017 18:30:15 +0000 (21:30 +0300)
commit3ad5fb6bcc8c1dfc16d291f455cfc55ae887ce61
tree7afbc99ee0f2259de97b4464cc8bda245cfede1a
parentfed5c87c18caf9bf87a5a4dfb333dbc03c53d401
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