From d036c50a15024c34a6bfd0bab8147036a81d0f4f Mon Sep 17 00:00:00 2001 From: thefiddler Date: Thu, 14 Aug 2014 10:49:47 +0200 Subject: [PATCH] [Bind] Use ES/1.1/obsolete.xml --- Source/Bind/ES/ESGenerator.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Bind/ES/ESGenerator.cs b/Source/Bind/ES/ESGenerator.cs index 4acd51c..c3a5088 100644 --- a/Source/Bind/ES/ESGenerator.cs +++ b/Source/Bind/ES/ESGenerator.cs @@ -26,6 +26,7 @@ namespace Bind.ES Settings.DefaultDocPath, "ES20"); // no ES11 docbook sources available Settings.OverridesFiles.Add("GL2/overrides.xml"); + Settings.OverridesFiles.Add("GL2/ES/1.1/"); // Khronos releases a combined 1.0+1.1 specification, // so we cannot distinguish between the two. -- 2.7.4