[www] r191019 - Suggest using MSBuild /p:PlatformToolset=LLVM-vsNNNN	instead of /p:CLToolExe=
    Reid Kleckner 
    reid at kleckner.net
       
    Thu Sep 19 10:30:06 PDT 2013
    
    
  
Author: rnk
Date: Thu Sep 19 12:30:06 2013
New Revision: 191019
URL: http://llvm.org/viewvc/llvm-project?rev=191019&view=rev
Log:
Suggest using MSBuild /p:PlatformToolset=LLVM-vsNNNN instead of /p:CLToolExe=
Suggestion by Paul Hampson.
Modified:
    www/trunk/builds/index.html
Modified: www/trunk/builds/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/builds/index.html?rev=191019&r1=191018&r2=191019&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Thu Sep 19 12:30:06 2013
@@ -48,8 +48,8 @@ license.</p>
   section of "Configuration Properties" change "Platform Toolset" to
   "LLVM-vs2010" or "LLVM-vs2012".
 
-  <p>Alternatively, in a continuous integration setting, invoke MSBuild with
-  <code>/p:CLTool=C:\Program Files\LLVM 3.4.svn\bin\clang-cl.exe</code></p>
+  <p>Alternatively, invoke MSBuild with <code>/p:PlatformToolset=LLVM-vs2012</code>
+  to try out the toolchain without modifying the project files.</p>
 
   <p>Currently, the package only includes
     <a href="http://clang.llvm.org">clang</a>,
    
    
More information about the llvm-commits
mailing list