projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4417d4c
)
added GL libs to APP_LIB_DEPS (bug 3485)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 7 Jun 2005 15:30:12 +0000
(15:30 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 7 Jun 2005 15:30:12 +0000
(15:30 +0000)
configs/solaris-x86
patch
|
blob
|
history
diff --git
a/configs/solaris-x86
b/configs/solaris-x86
index 337ed669c1e93e77578acb1e9d109fc4e12b02dd..7a04417f0c721262e3293a58739e09f1c9a8aea4 100644
(file)
--- a/
configs/solaris-x86
+++ b/
configs/solaris-x86
@@
-9,7
+9,7
@@
CC = cc
CFLAGS = -Xa -xO3 -xpentium -KPIC -I/usr/openwin/include -DUSE_XSHM
MKLIB_OPTIONS = -static
-APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm
+APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm
-lglut -lGLU -lGL
GL_LIB_NAME = libGL.a
GLU_LIB_NAME = libGLU.a