]> git.cworth.org Git - apitrace/blobdiff - thirdparty/glext/Makefile
Define GLhandleARB as unsigned long on MacOSX.
[apitrace] / thirdparty / glext / Makefile
index 3223c3c2c795e97368ee2cc72d7c6cd4812d75e7..5a8000780d6a4eedbcb4a0dc56ebd5e698f95788 100644 (file)
@@ -3,6 +3,9 @@ update: glext.h glxext.h wglext.h
 %.h: FORCE
        wget -N "http://www.opengl.org/registry/api/$@"
 
+glext.h: glext.sed FORCE
+       wget -O - "http://www.opengl.org/registry/api/$@" | sed -f $*.sed > $@
+
 .PHONY: update
 
 FORCE: