mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
Add xml files for msbuild integration
These files are intended to live in the msbuild toolset directory, which is somewhere like: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\ v4.0\Platforms\Win32\PlatformToolsets\llvm More work is needed to install them as part of the NSIS installer. Patch by Warren Hunt! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189411 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23f84cb140
commit
22d6eb8ca9
10
tools/msbuild/Microsoft.Cpp.Win32.llvm.props
Normal file
10
tools/msbuild/Microsoft.Cpp.Win32.llvm.props
Normal file
@ -0,0 +1,10 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<VCInstallDir>suppress warning</VCInstallDir>
|
||||
<WindowsSdkDir>suppress warning</WindowsSdkDir>
|
||||
|
||||
<ClangInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\LLVM 3.4.svn)</ClangInstallDir>
|
||||
<ClangInstallDir Condition="'$(ClangInstallDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LLVM\LLVM 3.4.svn)</ClangInstallDir>
|
||||
<ExecutablePath>$(ClangInstallDir)\msbuild-bin;$(ExecutablePath)</ExecutablePath>
|
||||
</PropertyGroup>
|
||||
</Project>
|
2
tools/msbuild/Microsoft.Cpp.Win32.llvm.targets
Normal file
2
tools/msbuild/Microsoft.Cpp.Win32.llvm.targets
Normal file
@ -0,0 +1,2 @@
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user