Merge https://github.com/nigels-com/glew.git into master HEAD at Sat Oct 7 00:01:15 GMT 2023

This commit is contained in:
Gyusun 2023-10-07 00:01:15 +00:00
commit 5aa27cf7d4

View File

@ -92,15 +92,15 @@ OpenGL-Registry/.dummy:
@echo "--------------------------------------------------------------------" @echo "--------------------------------------------------------------------"
@echo "Downloading OpenGL-Registry" @echo "Downloading OpenGL-Registry"
@echo "--------------------------------------------------------------------" @echo "--------------------------------------------------------------------"
git clone $(REPO_OPENGL) OpenGL-Registry git clone --depth=1 $(REPO_OPENGL) OpenGL-Registry
git clone --branch glew $(REPO_GLFIXES) glfixes git clone --depth=1 --branch glew $(REPO_GLFIXES) glfixes
touch $@ touch $@
EGL-Registry/.dummy: EGL-Registry/.dummy:
@echo "--------------------------------------------------------------------" @echo "--------------------------------------------------------------------"
@echo "Downloading EGL-Registry" @echo "Downloading EGL-Registry"
@echo "--------------------------------------------------------------------" @echo "--------------------------------------------------------------------"
git clone $(REPO_EGL) EGL-Registry git clone --depth=1 $(REPO_EGL) EGL-Registry
touch $@ touch $@
$(EXT)/.dummy: OpenGL-Registry/.dummy EGL-Registry/.dummy $(EXT)/.dummy: OpenGL-Registry/.dummy EGL-Registry/.dummy