diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-04-26 01:14:32 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-04-26 01:14:52 +0900 |
commit | 658f5e721316f1983ae39b6b94b992baca0e2bc2 (patch) | |
tree | 9e12a0836d6573e47c1f0dbf9c592f279a6eea46 /SConstruct | |
parent | 1aedbf9efe4d1cf45be3c27fc3a0eb4a69a1b1b9 (diff) |
scons: A few fixes for building mesa on windows.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/SConstruct b/SConstruct index ea624b13a7..e7c10fcf52 100644 --- a/SConstruct +++ b/SConstruct @@ -108,12 +108,6 @@ env.Append(CPPPATH = [ # x86 assembly if x86: - env.Append(CPPDEFINES = [ - 'USE_X86_ASM', - 'USE_MMX_ASM', - 'USE_3DNOW_ASM', - 'USE_SSE_ASM', - ]) if gcc: env.Append(CFLAGS = '-m32') env.Append(CXXFLAGS = '-m32') |