diff --git a/auto/Makefile b/auto/Makefile index 26ff6fd..b9dfa9e 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -122,7 +122,7 @@ $(S.DEST)/glew.c: $(EXT)/.dummy cat $(SRC)/glew_post.c >> $@ $(BIN)/fix_OML_sync_control.sh $@ perl -e "s/GLEW_VERSION_STRING/$(GLEW_MAJOR)\.$(GLEW_MINOR)\.$(GLEW_MICRO)/g" -pi $@ - perl -e "s/_glewInit_GL_ARB_vertex_shader\(GLEW_CONTEXT_ARG_VAR_INIT\);/_glewInit_GL_ARB_vertex_shader(GLEW_CONTEXT_ARG_VAR_INIT); _glewInit_GL_ARB_vertex_program(GLEW_CONTEXT_ARG_VAR_INIT);/g" -pi $@ + perl -e "s/_glewInit_GL_ARB_vertex_shader\(GLEW_CONTEXT_ARG_VAR_INIT\);/{ _glewInit_GL_ARB_vertex_shader(GLEW_CONTEXT_ARG_VAR_INIT); _glewInit_GL_ARB_vertex_program(GLEW_CONTEXT_ARG_VAR_INIT); }/g" -pi $@ rm -f $@.bak $(S.DEST)/glewinfo.c: $(EXT)/.dummy diff --git a/auto/src/glew_post.html b/auto/src/glew_post.html index 0e70d9a..317ffca 100644 --- a/auto/src/glew_post.html +++ b/auto/src/glew_post.html @@ -4,7 +4,7 @@ +Last update: 03-18-04
-Last update: 02-19-04
diff --git a/doc/README.html b/doc/README.html index 79d4664..b8bd66b 100644 --- a/doc/README.html +++ b/doc/README.html @@ -552,6 +552,13 @@ generation scripts are released under the GPL.