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/darwin | |
parent | d150e6a2e677a49813fdd5422b14ebdc59a904e9 (diff) |
glew: Initial import.
From glew 1.5.1 release.
Diffstat (limited to 'configs/darwin')
-rw-r--r-- | configs/darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/darwin b/configs/darwin index 77edf1a7b96..c50ea9c44d5 100644 --- a/configs/darwin +++ b/configs/darwin @@ -47,7 +47,7 @@ GLW_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -L$(INSTALL_DIR)/$(LIB_DIR) -lX11 APP_LIB_DEPS = -L$(TOP)/lib -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -L$(INSTALL_DIR)/$(LIB_DIR) -lX11 -lXmu -lXt -lXi -lm # omit glw lib for now: -SRC_DIRS = glx/x11 mesa glu glut/glx +SRC_DIRS = glx/x11 mesa glu glut/glx glew GLU_DIRS = sgi DRIVER_DIRS = osmesa #DRIVER_DIRS = dri |