[llvm-branch-commits] [cfe-branch] r113305 - /cfe/branches/Apple/lemur-IB/Makefile

Daniel Dunbar daniel at zuster.org
Tue Sep 7 16:13:51 PDT 2010


Author: ddunbar
Date: Tue Sep  7 18:13:50 2010
New Revision: 113305

URL: http://llvm.org/viewvc/llvm-project?rev=113305&view=rev
Log:
Hardcode msbuild.exe path for now, not sure what the best way to determine this dynamically is, since it doesn't live under the VS dir.

Modified:
    cfe/branches/Apple/lemur-IB/Makefile

Modified: cfe/branches/Apple/lemur-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/lemur-IB/Makefile?rev=113305&r1=113304&r2=113305&view=diff
==============================================================================
--- cfe/branches/Apple/lemur-IB/Makefile (original)
+++ cfe/branches/Apple/lemur-IB/Makefile Tue Sep  7 18:13:50 2010
@@ -12,7 +12,8 @@
 CMAKE := cmake
 endif
 
-MSBUILD := msbuild.exe
+VSVARS := $(VS100COMNTOOLS)\vsvars32.bat
+MSBUILD := C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
 JOBS := $(NUMBER_OF_PROCESSORS)
 
 ifeq ($(ENABLE_TESTS),1)





More information about the llvm-branch-commits mailing list