From 6c449294c807bbb316e22ee2a986e33f1d718c85 Mon Sep 17 00:00:00 2001 From: ikits Date: Mon, 6 Dec 2004 07:52:55 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@311 783a27ee-832a-0410-bc00-9f386506c6dd --- Makefile | 2 +- auto/src/glew_post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9db16f5..2cb285b 100644 --- a/Makefile +++ b/Makefile @@ -249,7 +249,7 @@ CFLAGS = $(OPT) $(WARN) $(INCLUDE) $(CFLAGS.EXTRA) LIB.SRCS = src/glew.c LIB.OBJS = $(LIB.SRCS:.c=.o) -LIB.SOBJS = $(LIB.SRCS:.c=.pic_o) +LIB.SOBJS = $(LIB.SRCS:.c=.$(SHARED_OBJ_EXT)) LIB.LDFLAGS = $(LDFLAGS.EXTRA) $(LDFLAGS.GL) LIB.LIBS = $(GL_LDFLAGS) diff --git a/auto/src/glew_post.html b/auto/src/glew_post.html index 95acd1b..c352f2c 100644 --- a/auto/src/glew_post.html +++ b/auto/src/glew_post.html @@ -4,7 +4,7 @@ +Last update: 12-06-04
-Last update: 09-06-04