X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=thirdparty%2Fkhronos%2FMakefile;h=b53d5f5478433cf01e9cfe456345cd6f0f31f7e9;hb=888d6b0badc912d31726ad3c42cd826102afd0a3;hp=2b5ff307a222da17e8439a0647a6c59f49fa1efe;hpb=875f10bf95e3deebd50578d11ae3f3da08311e7a;p=apitrace diff --git a/thirdparty/khronos/Makefile b/thirdparty/khronos/Makefile index 2b5ff30..b53d5f5 100644 --- a/thirdparty/khronos/Makefile +++ b/thirdparty/khronos/Makefile @@ -16,15 +16,16 @@ update: \ GL/wglext.h GL/glxext.h: FORCE wget -O $@ "http://www.opengl.org/registry/api/$(@F)" -GL/glext.h: GL/glext.sed FORCE - wget -O - "http://www.opengl.org/registry/api/$(@F)" | sed -f $*.sed > $@ +GL/glext.h: GL/glext.patch FORCE + wget -O $@ "http://www.opengl.org/registry/api/$(@F)" + patch $@ $< EGL/egl.h EGL/eglext.h KHR/khrplatform.h: FORCE wget -O $@ "http://www.khronos.org/registry/egl/api/$@" EGL/eglplatform.h: EGL/eglplatform.patch FORCE wget -O $@ "http://www.khronos.org/registry/egl/api/$@" - patch $@ EGL/eglplatform.patch + patch $@ $< GLES/gl.h GLES/glext.h GLES/glplatform.h: FORCE wget -O $@ "http://www.khronos.org/registry/gles/api/1.1/$(@F)"