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-Tag: mesa-8.0-rc1~2728^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d1af78fdc4319b04f9cf324106f127b498b962d;p=platform%2Fupstream%2Fmesa.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 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