aboutsummaryrefslogtreecommitdiff
path: root/xorg-server
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-09-16 14:29:00 +0000
committermarha <marha@users.sourceforge.net>2010-09-16 14:29:00 +0000
commit72fceaff9a16aab53bc0d1eb8ceaa602aba89b23 (patch)
tree4296e958a8a30b1942c947c50972b9f7a6e1833b /xorg-server
parentc003d5898b60c7d798475c8d54d90cbc4730fd0d (diff)
downloadvcxsrv-72fceaff9a16aab53bc0d1eb8ceaa602aba89b23.tar.gz
vcxsrv-72fceaff9a16aab53bc0d1eb8ceaa602aba89b23.tar.bz2
vcxsrv-72fceaff9a16aab53bc0d1eb8ceaa602aba89b23.zip
Added some more spec files to get
Diffstat (limited to 'xorg-server')
-rw-r--r--xorg-server/hw/xwin/glx/makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/glx/makefile b/xorg-server/hw/xwin/glx/makefile
index 5cd2e89f9..eadba6d26 100644
--- a/xorg-server/hw/xwin/glx/makefile
+++ b/xorg-server/hw/xwin/glx/makefile
@@ -28,9 +28,21 @@ SPEC_FILES = gl.spec gl.tm wglext.spec wgl.tm
getspecfiles:
wget http://www.opengl.org/registry/api/gl.spec
wget http://www.opengl.org/registry/api/gl.tm
+
+ wget http://www.opengl.org/registry/api/glxenum.spec
+ wget http://www.opengl.org/registry/api/glxenumext.spec
+ wget http://www.opengl.org/registry/api/glx.spec
+ wget http://www.opengl.org/registry/api/glxext.spec
+ wget http://www.opengl.org/registry/api/glx.tm
+
+ wget http://www.opengl.org/registry/api/wglenum.spec
+ wget http://www.opengl.org/registry/api/wglenumext.spec
+ wget http://www.opengl.org/registry/api/wgl.spec
wget http://www.opengl.org/registry/api/wglext.spec
wget http://www.opengl.org/registry/api/wgl.tm
wget http://www.opengl.org/registry/api/wglext.h
+ wget http://www.opengl.org/registry/api/glext.h
+ wget http://www.opengl.org/registry/api/glxext.h
generated_gl_wrappers.c: gen_gl_wrappers.py gl.spec gl.tm
gen_gl_wrappers --spec=gl.spec --typemap=gl.tm --dispatch-header=../../../glx/dispatch.h --staticwrappers >generated_gl_wrappers.c