diff options
author | José Fonseca <[email protected]> | 2009-01-23 12:32:35 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-01-23 12:32:35 +0000 |
commit | 57d00016cab9afa3e7853d9830044a8ece9541c4 (patch) | |
tree | 709a625b94741a2702b9db6534627af2cb7cc590 /configs/default | |
parent | d150e6a2e677a49813fdd5422b14ebdc59a904e9 (diff) |
glew: Initial import.
From glew 1.5.1 release.
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 6f5f373b59f..6fb8d588202 100644 --- a/configs/default +++ b/configs/default @@ -48,6 +48,7 @@ INDENT_FLAGS = -i4 -nut -br -brs -npcs -ce -T GLubyte -T GLbyte -T Bool GL_LIB = GL GLU_LIB = GLU GLUT_LIB = glut +GLEW_LIB = GLEW GLW_LIB = GLw OSMESA_LIB = OSMesa @@ -56,6 +57,7 @@ OSMESA_LIB = OSMesa GL_LIB_NAME = lib$(GL_LIB).so GLU_LIB_NAME = lib$(GLU_LIB).so GLUT_LIB_NAME = lib$(GLUT_LIB).so +GLEW_LIB_NAME = lib$(GLEW_LIB).so GLW_LIB_NAME = lib$(GLW_LIB).so OSMESA_LIB_NAME = lib$(OSMESA_LIB).so @@ -77,7 +79,7 @@ MOTIF_CFLAGS = -I/usr/include/Motif1.2 # Directories to build LIB_DIR = lib -SRC_DIRS = mesa gallium egl gallium/winsys glu glut/glx glw +SRC_DIRS = mesa gallium egl gallium/winsys glu glut/glx glew glw GLU_DIRS = sgi DRIVER_DIRS = # Which subdirs under $(TOP)/progs/ to enter: |