Update win32 VStudio project files to keep pace with recently added and deleted files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chuck Rose III 2007-08-28 18:59:02 +00:00
parent 1a66f0a4f2
commit f5a69fe81f
4 changed files with 27 additions and 16 deletions

View File

@ -49,10 +49,11 @@
ForceConformanceInForLoopScope="true" ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true" RuntimeTypeInfo="true"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1" BrowseInformation="1"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="false" Detect64BitPortabilityProblems="false"
DebugInformationFormat="4" DebugInformationFormat="3"
DisableSpecificWarnings="4355,4146,4800" DisableSpecificWarnings="4355,4146,4800"
/> />
<Tool <Tool
@ -116,6 +117,7 @@
ForceConformanceInForLoopScope="true" ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true" RuntimeTypeInfo="true"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="false" Detect64BitPortabilityProblems="false"
DebugInformationFormat="3" DebugInformationFormat="3"
@ -167,6 +169,10 @@
RelativePath="..\..\lib\Support\Annotation.cpp" RelativePath="..\..\lib\Support\Annotation.cpp"
> >
</File> </File>
<File
RelativePath="..\..\lib\Support\APFloat.cpp"
>
</File>
<File <File
RelativePath="..\..\lib\Support\APInt.cpp" RelativePath="..\..\lib\Support\APInt.cpp"
> >
@ -222,13 +228,6 @@
<File <File
RelativePath="..\..\lib\Support\SlowOperationInformer.cpp" RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
> >
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Release|Win32" Name="Release|Win32"
ExcludedFromBuild="true" ExcludedFromBuild="true"
@ -308,10 +307,6 @@
RelativePath="..\..\include\llvm\Support\ConstantRange.h" RelativePath="..\..\include\llvm\Support\ConstantRange.h"
> >
</File> </File>
<File
RelativePath="..\..\include\llvm\Support\DataTypes.h"
>
</File>
<File <File
RelativePath="..\..\include\llvm\Support\Debug.h" RelativePath="..\..\include\llvm\Support\Debug.h"
> >
@ -444,6 +439,10 @@
RelativePath="..\..\include\llvm\ADT\BitVector.h" RelativePath="..\..\include\llvm\ADT\BitVector.h"
> >
</File> </File>
<File
RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
>
</File>
<File <File
RelativePath="..\..\include\llvm\Adt\DenseMap.h" RelativePath="..\..\include\llvm\Adt\DenseMap.h"
> >

View File

@ -308,10 +308,6 @@
RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp" RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"
> >
</File> </File>
<File
RelativePath="..\..\lib\Transforms\Scalar\FastDSE.cpp"
>
</File>
<File <File
RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp" RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
> >
@ -336,6 +332,10 @@
RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp" RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
> >
</File> </File>
<File
RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
>
</File>
<File <File
RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp" RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
> >
@ -416,6 +416,10 @@
RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp" RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
> >
</File> </File>
<File
RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
>
</File>
<File <File
RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp" RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
> >

View File

@ -166,6 +166,10 @@
RelativePath="..\..\lib\VMCore\AsmWriter.cpp" RelativePath="..\..\lib\VMCore\AsmWriter.cpp"
> >
</File> </File>
<File
RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp"
>
</File>
<File <File
RelativePath="..\..\lib\VMCore\BasicBlock.cpp" RelativePath="..\..\lib\VMCore\BasicBlock.cpp"
> >

View File

@ -216,6 +216,10 @@
RelativePath="..\..\lib\Target\X86\X86FloatingPoint.cpp" RelativePath="..\..\lib\Target\X86\X86FloatingPoint.cpp"
> >
</File> </File>
<File
RelativePath="..\..\lib\Target\X86\X86InstrFormats.td"
>
</File>
<File <File
RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp" RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp"
> >