summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorJose Fonseca <[email protected]>2016-02-11 11:07:49 +0000
committerJose Fonseca <[email protected]>2016-02-11 21:36:00 +0000
commita97a955b92f39d10c092490b3bf5a9fcbc8e2d57 (patch)
tree88435bbe434ea9e1f09a3d5f0a98c58daa5707b1 /src/gallium/auxiliary
parent1cadfe08c4109d2c117cbae2c82edee1293a8016 (diff)
scons: Eliminate MSVC2008 compatibility.
Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/SConscript2
-rw-r--r--src/gallium/auxiliary/pipe-loader/SConscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index d5fa880c7f2..3d83d4467b4 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -10,7 +10,7 @@ env.Append(CPPPATH = [
env = env.Clone()
-env.MSVC2008Compat()
+env.MSVC2013Compat()
env.CodeGenerate(
target = 'indices/u_indices_gen.c',
diff --git a/src/gallium/auxiliary/pipe-loader/SConscript b/src/gallium/auxiliary/pipe-loader/SConscript
index c611fb892f8..14e1b350aea 100644
--- a/src/gallium/auxiliary/pipe-loader/SConscript
+++ b/src/gallium/auxiliary/pipe-loader/SConscript
@@ -2,7 +2,7 @@ Import('*')
env = env.Clone()
-env.MSVC2008Compat()
+env.MSVC2013Compat()
env.Append(CPPPATH = [
'#/src/loader',