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

Daniel Dunbar daniel at zuster.org
Tue Dec 7 18:03:27 PST 2010


Author: ddunbar
Date: Tue Dec  7 20:03:27 2010
New Revision: 121229

URL: http://llvm.org/viewvc/llvm-project?rev=121229&view=rev
Log:
Make 3.80, how I hate you, let me count the ways!

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=121229&r1=121228&r2=121229&view=diff
==============================================================================
--- cfe/branches/Apple/lemur-IB/Makefile (original)
+++ cfe/branches/Apple/lemur-IB/Makefile Tue Dec  7 20:03:27 2010
@@ -27,7 +27,8 @@
 TARGET := "Release|Win32"
 PROJ_EXT := vcproj
 
-else ifeq ($(VS_VERSION),10)
+else
+ifeq ($(VS_VERSION),10)
 
 VSVARS := $(VS100COMNTOOLS)\vsvars32.bat
 MSBUILD := C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
@@ -44,6 +45,7 @@
 $(error Invalid VS_VERSION: $(VS_VERSION))
 
 endif
+endif
 
 # Determine the build target.
 ifeq ($(ENABLE_TESTS),1)





More information about the llvm-branch-commits mailing list