Module: Mesa Branch: master Commit: 3d1af78fdc4319b04f9cf324106f127b498b962d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d1af78fdc4319b04f9cf324106f127b498b962d
Author: Brian Paul <[email protected]> Date: Thu Aug 25 15:14:37 2011 -0600 scons: add more LIBS for compiling with LLVM 2.9 on Windows These extra libs shouldn't hurt with LLVM 2.8 or older. --- scons/llvm.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scons/llvm.py b/scons/llvm.py index c8d2d37..57fe922 100644 --- a/scons/llvm.py +++ b/scons/llvm.py @@ -135,6 +135,8 @@ def generate(env): env.Append(LIBS = [ 'imagehlp', 'psapi', + 'shell32', + 'advapi32' ]) if env['msvc']: # Some of the LLVM C headers use the inline keyword without _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
