summaryrefslogtreecommitdiffstats
path: root/src/angle/README.qt
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2012-12-19 00:53:46 +1100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-19 10:30:53 +0100
commit854e5c473b618b7bcec213faf92ffa24cadc5f3e (patch)
treea7528bf89878c02a6a50d6a683542788088a82c4 /src/angle/README.qt
parent5efcd5a6c33688f5fb123342226db821924e8020 (diff)
Fix linking ANGLE on MinGW-w64 32-bit
MinGW-w64 32-bit requires the functions exported in the .def file to be decorated. Change-Id: I174a92829706a9fb6b0007b2c057300bd69e6d9e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/angle/README.qt')
-rw-r--r--src/angle/README.qt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/angle/README.qt b/src/angle/README.qt
index a8888604cc..e84d29f004 100644
--- a/src/angle/README.qt
+++ b/src/angle/README.qt
@@ -29,6 +29,11 @@ Since we build debug and release versions
the .def files (libEGLd.def) must be created as copies
with the LIBRARY name entry adapted.
+MinGW-w64 32-bit requires function exports in the .def files
+to be decorated. Modified versions of the .def files are created as
+<library>_mingw.def. The decorated names of each function can be found
+using the nm command to list the symbols in libEGL.o and libGLESv2.o.
+
Using a custom ANGLE
-------------------------------------------------------------
Qt supports building a version of ANGLE other than the one that