[cfe-commits] r51158 - in /cfe/trunk/win32: clangAST/clangAST.vcproj clangAnalysis/clangAnalysis.vcproj clangBasic/clangBasic.vcproj clangCodeGen/clangCodeGen.vcproj clangDriver/clangDriver.vcproj clangLex/clangLex.vcproj clangParse/clangParse.vcproj clangRewrite/clangRewrite.vcproj clangSema/clangSema.vcproj

Steve Naroff snaroff at apple.com
Thu May 15 12:53:06 PDT 2008


Author: snaroff
Date: Thu May 15 14:53:06 2008
New Revision: 51158

URL: http://llvm.org/viewvc/llvm-project?rev=51158&view=rev
Log:
Revert...

Author: akirtzidis
Date: Wed May 14 05:00:15 2008
New Revision: 51101

URL: http://llvm.org/viewvc/llvm-project?rev=51101&view=rev
Log: Upgrading VC++ projects to VC++ 2008.

I really need to build with VC++ 2005.

Modified:
    cfe/trunk/win32/clangAST/clangAST.vcproj
    cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj
    cfe/trunk/win32/clangBasic/clangBasic.vcproj
    cfe/trunk/win32/clangCodeGen/clangCodeGen.vcproj
    cfe/trunk/win32/clangDriver/clangDriver.vcproj
    cfe/trunk/win32/clangLex/clangLex.vcproj
    cfe/trunk/win32/clangParse/clangParse.vcproj
    cfe/trunk/win32/clangRewrite/clangRewrite.vcproj
    cfe/trunk/win32/clangSema/clangSema.vcproj

Modified: cfe/trunk/win32/clangAST/clangAST.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangAST/clangAST.vcproj?rev=51158&r1=51157&r2=51158&view=diff

==============================================================================
--- cfe/trunk/win32/clangAST/clangAST.vcproj (original)
+++ cfe/trunk/win32/clangAST/clangAST.vcproj Thu May 15 14:53:06 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="9.00"
+	Version="8.00"
 	Name="clangAST"
 	ProjectGUID="{5125C3DB-FBD6-4BF8-8D8B-CE51D6E93BCD}"
 	RootNamespace="clangAST"

Modified: cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj?rev=51158&r1=51157&r2=51158&view=diff

==============================================================================
--- cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj (original)
+++ cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj Thu May 15 14:53:06 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="9.00"
+	Version="8.00"
 	Name="clangAnalysis"
 	ProjectGUID="{6C98551A-4C36-4E74-8419-4D3EEEC9D8E0}"
 	RootNamespace="clangAnalysis"

Modified: cfe/trunk/win32/clangBasic/clangBasic.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangBasic/clangBasic.vcproj?rev=51158&r1=51157&r2=51158&view=diff

==============================================================================
--- cfe/trunk/win32/clangBasic/clangBasic.vcproj (original)
+++ cfe/trunk/win32/clangBasic/clangBasic.vcproj Thu May 15 14:53:06 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="9.00"
+	Version="8.00"
 	Name="clangBasic"
 	ProjectGUID="{298B4876-6EF1-4E80-85D7-72F80693BBEB}"
 	RootNamespace="Basic"

Modified: cfe/trunk/win32/clangCodeGen/clangCodeGen.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangCodeGen/clangCodeGen.vcproj?rev=51158&r1=51157&r2=51158&view=diff

==============================================================================
--- cfe/trunk/win32/clangCodeGen/clangCodeGen.vcproj (original)
+++ cfe/trunk/win32/clangCodeGen/clangCodeGen.vcproj Thu May 15 14:53:06 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="9.00"
+	Version="8.00"
 	Name="clangCodeGen"
 	ProjectGUID="{4CEC5897-D957-47E7-A6AE-2021D4F44A8F}"
 	RootNamespace="clangCodeGen"

Modified: cfe/trunk/win32/clangDriver/clangDriver.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangDriver/clangDriver.vcproj?rev=51158&r1=51157&r2=51158&view=diff

==============================================================================
--- cfe/trunk/win32/clangDriver/clangDriver.vcproj (original)
+++ cfe/trunk/win32/clangDriver/clangDriver.vcproj Thu May 15 14:53:06 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="9.00"
+	Version="8.00"
 	Name="clangDriver"
 	ProjectGUID="{7E7DA455-C276-4B93-8D02-8F7E2F629BAF}"
 	RootNamespace="clangDriver"

Modified: cfe/trunk/win32/clangLex/clangLex.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangLex/clangLex.vcproj?rev=51158&r1=51157&r2=51158&view=diff

==============================================================================
--- cfe/trunk/win32/clangLex/clangLex.vcproj (original)
+++ cfe/trunk/win32/clangLex/clangLex.vcproj Thu May 15 14:53:06 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="9.00"
+	Version="8.00"
 	Name="clangLex"
 	ProjectGUID="{030F6909-B2FA-4E53-BEA7-9A559CFC2F73}"
 	RootNamespace="clangLex"

Modified: cfe/trunk/win32/clangParse/clangParse.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangParse/clangParse.vcproj?rev=51158&r1=51157&r2=51158&view=diff

==============================================================================
--- cfe/trunk/win32/clangParse/clangParse.vcproj (original)
+++ cfe/trunk/win32/clangParse/clangParse.vcproj Thu May 15 14:53:06 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="9.00"
+	Version="8.00"
 	Name="clangParse"
 	ProjectGUID="{05DF3074-11AF-491A-B078-83BD2EDC31F6}"
 	RootNamespace="clangParse"

Modified: cfe/trunk/win32/clangRewrite/clangRewrite.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangRewrite/clangRewrite.vcproj?rev=51158&r1=51157&r2=51158&view=diff

==============================================================================
--- cfe/trunk/win32/clangRewrite/clangRewrite.vcproj (original)
+++ cfe/trunk/win32/clangRewrite/clangRewrite.vcproj Thu May 15 14:53:06 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="9.00"
+	Version="8.00"
 	Name="clangRewrite"
 	ProjectGUID="{F9FBDDA2-9EE1-473C-A456-BE20B7B2439D}"
 	RootNamespace="clangRewrite"

Modified: cfe/trunk/win32/clangSema/clangSema.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangSema/clangSema.vcproj?rev=51158&r1=51157&r2=51158&view=diff

==============================================================================
--- cfe/trunk/win32/clangSema/clangSema.vcproj (original)
+++ cfe/trunk/win32/clangSema/clangSema.vcproj Thu May 15 14:53:06 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="9,00"
+	Version="8.00"
 	Name="clangSema"
 	ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}"
 	RootNamespace="clangSema"





More information about the cfe-commits mailing list