From 2901ccceb0fe2f98bc68fd0abb10e9438c397bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zef=20Kucia?= Date: Tue, 1 Aug 2017 00:14:38 +0200 Subject: [PATCH] opengl32: Update OpenGL Registry files URLs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Józef Kucia Signed-off-by: Alexandre Julliard --- dlls/opengl32/make_opengl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlls/opengl32/make_opengl b/dlls/opengl32/make_opengl index 45e3f720ea6..deb95beccb9 100755 --- a/dlls/opengl32/make_opengl +++ b/dlls/opengl32/make_opengl @@ -8,8 +8,8 @@ use XML::Simple; # # - It needs files from the OpenGL extension registry: # -# https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml -# https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml +# https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml +# https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/wgl.xml # # If they are not found in the current directory the script will # attempt to download them from there. @@ -404,8 +404,8 @@ if ($version eq "1.0") { # # Fetch the registry files # --f "gl.xml" || system "wget --no-check-certificate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml" || die "cannot download gl.xml"; --f "wgl.xml" || system "wget --no-check-certificate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml" || die "cannot download wgl.xml"; +-f "gl.xml" || system "wget https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml" || die "cannot download gl.xml"; +-f "wgl.xml" || system "wget https://raw.github.com/KhronosGroup/OpenGL-Registry/master/xml/wgl.xml" || die "cannot download wgl.xml"; #