From a3f343f4cd453b33214ba892bfeb58706fcf8cea Mon Sep 17 00:00:00 2001 From: Cedric Venet Date: Sun, 24 Aug 2008 11:56:40 +0000 Subject: Updating VC++ project. Adding one include file and correct one declaration from class to struct in order to make llvm compile on VC2005. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55279 91177308-0d34-0410-b5e6-96231b3b80d8 --- win32/CodeGen/CodeGen.vcproj | 34 +++++++++++++++++----------------- win32/Transforms/Transforms.vcproj | 4 ++++ win32/x86/x86.vcproj | 28 ++++++++++++++++++++-------- 3 files changed, 41 insertions(+), 25 deletions(-) (limited to 'win32') diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index 47855c6d1a..37ba872ba7 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -89,11 +89,11 @@ /> + + @@ -551,10 +555,6 @@ RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp" > - - diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index ef57d430b1..101c04e859 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -601,6 +601,10 @@ RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp" > + + diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj index 78801743ee..57cd1b7948 100644 --- a/win32/x86/x86.vcproj +++ b/win32/x86/x86.vcproj @@ -314,9 +314,9 @@ @@ -391,6 +391,14 @@ RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.h" > + + + + @@ -557,6 +565,10 @@ + + -- cgit v1.2.3