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
-- 
1.7.3.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to