scons: add more LIBS for compiling with LLVM 2.9 on Windows

These extra libs shouldn't hurt with LLVM 2.8 or older.
This commit is contained in:
Brian Paul
2011-08-25 15:14:37 -06:00
parent 9765dede75
commit 3d1af78fdc

View File

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