mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 05:45:07 +00:00
glew-20181010.tgz GLEW 2.2.0 RC1 snapshot available
This commit is contained in:
parent
4234f46208
commit
bc3c5d4992
3
Makefile
3
Makefile
@ -292,6 +292,9 @@ dist-src:
|
||||
mkdir -p $(DIST_DIR)/lib
|
||||
cp -a auto $(DIST_DIR)
|
||||
$(RM) -Rf $(DIST_DIR)/auto/registry
|
||||
$(RM) -Rf $(DIST_DIR)/auto/glfixes
|
||||
$(RM) -Rf $(DIST_DIR)/auto/OpenGL-Registry
|
||||
$(RM) -Rf $(DIST_DIR)/auto/EGL-Registry
|
||||
cp -a build $(DIST_DIR)
|
||||
cp -a config $(DIST_DIR)
|
||||
cp -a src $(DIST_DIR)
|
||||
|
@ -27,6 +27,9 @@ Windows binaries for [32-bit and 64-bit](https://sourceforge.net/projects/glew/f
|
||||
|
||||
Snapshots may contain new features, bug-fixes or new OpenGL extensions ahead of tested, official releases.
|
||||
|
||||
+[glew-20181010.tgz](https://sourceforge.net/projects/glew/files/glew/snapshots/glew-20181010.tgz/download)
|
||||
+*GLEW 2.2.0 RC1: New extensions, bug fixes*
|
||||
|
||||
## Build
|
||||
|
||||
It is highly recommended to build from a tgz or zip release snapshot.
|
||||
|
Loading…
Reference in New Issue
Block a user