MSBuild Integration files for drop-selecting LLVM as a toolchain in Visual Studio

Reid Kleckner rnk at google.com
Tue Aug 27 15:50:27 PDT 2013


On Tue, Aug 27, 2013 at 3:26 PM, Aaron Ballman <aaron at aaronballman.com>wrote:

> Would it make sense for us to add something to automatically perform
> the copy for the user?
>

Yep, stay tuned.


> > +    <WindowsSdkDir Condition="'$(UseEnv)' !=
> 'true'">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft
> SDKs\Windows\v7.0A at InstallationFolder)</WindowsSdkDir>
> > +    <WindowsSdkDir Condition="'$(WindowsSdkDir)' ==
> ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft
> SDKs\Windows\v7.0A at InstallationFolder)</WindowsSdkDir>
>
> What about SDK dirs other than 7.0A?


This doesn't actually appear to be necessary to compile a simple test
program with clang, and MSBuild prints a warning if they aren't defined.
 So...

Anyway, this looks good enough, I'll go commit it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130827/7ffb7b7b/attachment.html>


More information about the llvm-commits mailing list