projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b0e0e1
)
gallium: Yet another WinCE portability fix.
author
José Fonseca
<jrfonseca@tungstengraphics.com>
Tue, 4 Nov 2008 01:53:02 +0000
(10:53 +0900)
committer
José Fonseca
<jrfonseca@tungstengraphics.com>
Mon, 17 Nov 2008 03:35:54 +0000
(12:35 +0900)
scons/gallium.py
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index 2a42bdf2bb9def8a4c21e340704e4a6d0c8e8476..c9d5368989aba0f9ba1821db4db465c1f7a8c819 100644
(file)
--- a/
scons/gallium.py
+++ b/
scons/gallium.py
@@
-275,6
+275,7
@@
def generate(env):
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_DISPLAY']
if platform == 'wince':
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE']
+ cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE_OGL']
env.Append(CPPDEFINES = cppdefines)
# C preprocessor includes