projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e8ee3
)
mesa: Makefile comment
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 5 Jun 2008 20:10:42 +0000
(14:10 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 5 Jun 2008 20:10:42 +0000
(14:10 -0600)
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index 2403223db21c4b73a805bb019b35dc8e81f9996b..d663cbabfe8f6fd07fc2c4dc404f48ada1243402 100644
(file)
--- a/
src/mesa/Makefile
+++ b/
src/mesa/Makefile
@@
-38,6
+38,7
@@
libmesa.a: $(SOLO_OBJECTS)
mimeset -f "$@" ; \
fi
+# Make archive of gl* API dispatcher functions (when not building DRI/GLX)
libglapi.a: $(GLAPI_OBJECTS)
@ $(TOP)/bin/mklib -o glapi -static $(GLAPI_OBJECTS)