projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a1f0b
)
gdi: Link to glslcl.
author
Michal Krol
<michal@vmware.com>
Fri, 13 Nov 2009 04:49:25 +0000
(
05:49
+0100)
committer
Michal Krol
<michal@vmware.com>
Fri, 13 Nov 2009 04:49:25 +0000
(
05:49
+0100)
src/gallium/winsys/gdi/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/gdi/SConscript
b/src/gallium/winsys/gdi/SConscript
index 9fbe9e800c3b39498912f1b8b408a1d2ca30a16a..5b6364a01df2e1294deb2331d4bbe9632e063527 100644
(file)
--- a/
src/gallium/winsys/gdi/SConscript
+++ b/
src/gallium/winsys/gdi/SConscript
@@
-39,5
+39,5
@@
if env['platform'] == 'windows':
env.SharedLibrary(
target ='opengl32',
source = sources,
- LIBS = wgl + glapi + mesa + drivers + auxiliaries + glsl + env['LIBS'],
+ LIBS = wgl + glapi + mesa + drivers + auxiliaries + glsl +
glslcl +
env['LIBS'],
)