From: thefiddler Date: Thu, 14 Aug 2014 08:49:47 +0000 (+0200) Subject: [Bind] Use ES/1.1/obsolete.xml X-Git-Tag: 2.0-0~93^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d036c50a15024c34a6bfd0bab8147036a81d0f4f;p=platform%2Fcore%2Fcsapi%2Fopentk.git [Bind] Use ES/1.1/obsolete.xml --- 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.