]> git.cworth.org Git - apitrace/commit
Force our glxext.h headers to be included instead of the system ones.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 18 Jan 2012 09:51:54 +0000 (09:51 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 18 Jan 2012 09:51:54 +0000 (09:51 +0000)
commitc8f8ce861635eafe8c7a60a7bb245358d8b2d162
tree79a06b0fcef42e532efeb73a9c09407e958b7f8a
parent59ee88ea99b6de592b32d635e097a759b7f70e23
Force our glxext.h headers to be included instead of the system ones.

Gl/glx.h often includes GL/glxext.h, which may be outdated.

So manipulate the include path so that our headers are found first.
12 files changed:
CMakeLists.txt
glimports.hpp
thirdparty/glext/GL/Makefile [new file with mode: 0644]
thirdparty/glext/GL/glext.h [new file with mode: 0644]
thirdparty/glext/GL/glext.sed [new file with mode: 0644]
thirdparty/glext/GL/glxext.h [new file with mode: 0644]
thirdparty/glext/GL/wglext.h [new file with mode: 0644]
thirdparty/glext/Makefile [deleted file]
thirdparty/glext/glext.h [deleted file]
thirdparty/glext/glext.sed [deleted file]
thirdparty/glext/glxext.h [deleted file]
thirdparty/glext/wglext.h [deleted file]