From c5887a23850e83993673b2a0b20b1eaa89687e96 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 13 Feb 2014 22:01:35 +0000 Subject: MSBuild integration: get the LibraryPath right (PR18707) It was pointing to lib\clang\3.4, but now we're on 3.5. Make CMake insert the right version automatically. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201363 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in') diff --git a/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in b/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in index 78cd8e2343..a775c31c76 100644 --- a/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in +++ b/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in @@ -6,7 +6,7 @@ $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\@REG_KEY@) $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LLVM\@REG_KEY@) $(LLVMInstallDir)\msbuild-bin;$(ExecutablePath) - $(LLVMInstallDir)\lib\clang\3.4\lib\windows;$(LibraryPath) + $(LLVMInstallDir)\lib\clang\@LIB_PATH_VERSION@\lib\windows;$(LibraryPath) -- cgit v1.2.3