From d84f09306cc0413b7a8d9529769daf9d69b68c3d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 13 Sep 2004 21:04:48 +0000 Subject: Replace -lGL with -l$(GL_LIB), etc. Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file. --- configs/beos | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/beos') diff --git a/configs/beos b/configs/beos index 1e777e47dd..1d2eaa9599 100644 --- a/configs/beos +++ b/configs/beos @@ -92,8 +92,8 @@ PROGRAM_DIRS = beos samples redbook demos tests # Library/program dependencies GL_LIB_DEPS = -OSMESA_LIB_DEPS = -L$(LIB_DIR) -lGL +OSMESA_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) GLU_LIB_DEPS = -GLUT_LIB_DEPS = -lgame -L$(LIB_DIR) -lGL -APP_LIB_DEPS = -lbe -L$(LIB_DIR) -lGL -lglut +GLUT_LIB_DEPS = -lgame -L$(LIB_DIR) -l$(GL_LIB) +APP_LIB_DEPS = -lbe -L$(LIB_DIR) -l$(GL_LIB) -l$(GLUT_LIB) -- cgit v1.2.3