From 9caff429187823f7976372ca2ee2f6699a8ef6d4 Mon Sep 17 00:00:00 2001 From: ikits Date: Fri, 19 Mar 2004 20:22:23 +0000 Subject: [PATCH] ready to release git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@249 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/Makefile | 2 +- auto/src/glew_post.html | 2 +- doc/README.html | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) 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.