[llvm-branch-commits] [cfe-branch] r126468 - /cfe/branches/Apple/lemur-IB/Makefile
Daniel Dunbar
daniel at zuster.org
Thu Feb 24 17:37:15 PST 2011
Author: ddunbar
Date: Thu Feb 24 19:37:15 2011
New Revision: 126468
URL: http://llvm.org/viewvc/llvm-project?rev=126468&view=rev
Log:
LLVM wants shell32.lib now, apparently.
Modified:
cfe/branches/Apple/lemur-IB/Makefile
Modified: cfe/branches/Apple/lemur-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/lemur-IB/Makefile?rev=126468&r1=126467&r2=126468&view=diff
==============================================================================
--- cfe/branches/Apple/lemur-IB/Makefile (original)
+++ cfe/branches/Apple/lemur-IB/Makefile Thu Feb 24 19:37:15 2011
@@ -73,7 +73,7 @@
MSVC_CRT := MT
# Override CMake default libraries list, which is much larger than we need.
-CXXLIBS := kernel32.lib user32.lib advapi32.lib
+CXXLIBS := kernel32.lib user32.lib advapi32.lib shell32.lib
all:: help
More information about the llvm-branch-commits
mailing list