projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfa606
)
mesa: Fix Windows GDI winsys build.
author
José Fonseca
<jrfonseca@tungstengraphics.com>
Tue, 24 Jun 2008 11:44:47 +0000
(20:44 +0900)
committer
José Fonseca
<jrfonseca@tungstengraphics.com>
Tue, 24 Jun 2008 11:44:47 +0000
(20:44 +0900)
src/mesa/SConscript
patch
|
blob
|
history
diff --git
a/src/mesa/SConscript
b/src/mesa/SConscript
index af83db0b5f5bc68036e57a3b69b1ec7dbca05ca4..d2de189f6907fc81c3d1ec29b3262e0358f8e083 100644
(file)
--- a/
src/mesa/SConscript
+++ b/
src/mesa/SConscript
@@
-231,6
+231,7
@@
if env['platform'] != 'winddk':
glapi_sources = [
'main/dispatch.c',
'glapi/glapi.c',
+ 'glapi/glapi_getproc.c',
'glapi/glthread.c',
]