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

View File

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

View File

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

View File

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