diff --git a/Makefile b/Makefile index b991460..a54b92a 100644 --- a/Makefile +++ b/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) diff --git a/README.md b/README.md index 06701c2..b4a5200 100644 --- a/README.md +++ b/README.md @@ -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.