summaryrefslogtreecommitdiffstats
path: root/src/angle/README.qt
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle/README.qt')
-rw-r--r--src/angle/README.qt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/angle/README.qt b/src/angle/README.qt
index 61023efcd1..a8888604cc 100644
--- a/src/angle/README.qt
+++ b/src/angle/README.qt
@@ -19,6 +19,15 @@ Qt should be kept. If there are new source/header files in ANGLE
(git status -u) then they should be added to the relevant .pro
file before committing.
+The patches in src/angle/patches should be applied on top.
+
+ANGLE ships with .def files for exporting functions in
+3rdparty/angle/src/libEGL/libEGL.def and
+3rdparty/angle/src/libGLESv2/libGLESv2.def.
+Since we build debug and release versions
+(libbEGL.dll/libEGLd.dll, respectively), debug versions of
+the .def files (libEGLd.def) must be created as copies
+with the LIBRARY name entry adapted.
Using a custom ANGLE
-------------------------------------------------------------