[PATCH] cmake: Add msbuild integration to the install
    Reid Kleckner 
    rnk at google.com
       
    Tue Aug 27 18:10:22 PDT 2013
    
    
  
  LGTM
  Awesome, this totally works, even if it flashes a cmd.exe prompt and requires batch scripts.  :)
================
Comment at: tools/msbuild/uninstall.bat:9
@@ +8,3 @@
+REM Search for the MSBuild toolsets directory.
+SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\PlatformToolsets"
+IF EXIST %D% GOTO FOUND_MSBUILD
----------------
I can't think of a better way to do this...  =/
http://llvm-reviews.chandlerc.com/D1537
    
    
More information about the llvm-commits
mailing list