projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b97a734
)
gdi: Add glsl to LIBS.
author
Michal Krol
<michal@vmware.com>
Mon, 7 Sep 2009 19:23:43 +0000
(21:23 +0200)
committer
Michal Krol
<michal@vmware.com>
Mon, 7 Sep 2009 19:23:43 +0000
(21:23 +0200)
src/gallium/winsys/gdi/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/gdi/SConscript
b/src/gallium/winsys/gdi/SConscript
index 86eb9ef55ed7c261d4ffd31f60bea777bedad3a7..243146fca7f77474747da9976444597b7854a977 100644
(file)
--- a/
src/gallium/winsys/gdi/SConscript
+++ b/
src/gallium/winsys/gdi/SConscript
@@
-35,5
+35,5
@@
if env['platform'] == 'windows':
env.SharedLibrary(
target ='opengl32',
source = sources,
- LIBS = wgl + glapi + mesa + drivers + auxiliaries + env['LIBS'],
+ LIBS = wgl + glapi + mesa + drivers + auxiliaries +
glsl +
env['LIBS'],
)