[llvm-branch-commits] [cfe-branch] r110741 - /cfe/branches/Apple/lemur-IB/Makefile
Daniel Dunbar
daniel at zuster.org
Tue Aug 10 16:11:56 PDT 2010
Author: ddunbar
Date: Tue Aug 10 18:11:56 2010
New Revision: 110741
URL: http://llvm.org/viewvc/llvm-project?rev=110741&view=rev
Log:
Update for CMake configuration changes.
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=110741&r1=110740&r2=110741&view=diff
==============================================================================
--- cfe/branches/Apple/lemur-IB/Makefile (original)
+++ cfe/branches/Apple/lemur-IB/Makefile Tue Aug 10 18:11:56 2010
@@ -67,7 +67,7 @@
cd "$(OBJROOT)" && \
"$(CMAKE)" "-DCMAKE_INSTALL_PREFIX:=$(STAGEROOT)" \
-DLLVM_TARGETS_TO_BUILD:=X86 \
- "-DLLVM_USE_CRT:=$(MSVC_CRT)" \
+ "-DLLVM_USE_CRT_RELEASE:=$(MSVC_CRT)" \
"-DCMAKE_CXX_STANDARD_LIBRARIES:STRING=$(CXXLIBS)" \
-G "Visual Studio 9 2008" \
"$(SRCROOT)\src"
More information about the llvm-branch-commits
mailing list