From: Brian Paul Date: Thu, 25 Aug 2011 21:14:37 +0000 (-0600) Subject: scons: add more LIBS for compiling with LLVM 2.9 on Windows X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d1af78fdc4319b04f9cf324106f127b498b962d;p=mesa.git scons: add more LIBS for compiling with LLVM 2.9 on Windows These extra libs shouldn't hurt with LLVM 2.8 or older. --- diff --git a/scons/llvm.py b/scons/llvm.py index c8d2d372e4a..57fe922d0ae 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