mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
Exclude GLU and GL_SGIX_color_type extensions
This commit is contained in:
parent
5ea705737a
commit
555aa3ffc0
@ -603,5 +603,11 @@ EOT
|
|||||||
typedef void (APIENTRY *GLVULKANPROCNV)(void)
|
typedef void (APIENTRY *GLVULKANPROCNV)(void)
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
# GLU extensions are not relevant here
|
||||||
|
rm -f $1/GL_GLU_*
|
||||||
|
|
||||||
|
# Not complete
|
||||||
|
rm -f $1/GL_SGIX_color_type
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
rm -f patterns $1/*.bak
|
rm -f patterns $1/*.bak
|
||||||
|
Loading…
Reference in New Issue
Block a user