diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-01-23 16:24:43 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-01-23 17:09:51 +0000 |
commit | 528a0a885e85907888738cd7b28fff1334697e50 (patch) | |
tree | 3c85769c616d852722da1e9b08a69975373ef3ae /progs/vp/Makefile | |
parent | b0d0e53a54ce79f57334942bf0b3762db8a3a7b8 (diff) |
progs: Port vp-tris to glew.
There was some wglGetProcAddress calls to setup extensions already, but
including glext caused many compilation errors in MinGW.
Diffstat (limited to 'progs/vp/Makefile')
-rw-r--r-- | progs/vp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/vp/Makefile b/progs/vp/Makefile index 41d025c574..58a0dacb22 100644 --- a/progs/vp/Makefile +++ b/progs/vp/Makefile @@ -8,7 +8,7 @@ TOP = ../.. include $(TOP)/configs/current -LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS) +LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLEW_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS) SOURCES = \ vp-tris.c |