diff options
author | Chuck Rose III <cfr@adobe.com> | 2007-08-28 18:59:02 +0000 |
---|---|---|
committer | Chuck Rose III <cfr@adobe.com> | 2007-08-28 18:59:02 +0000 |
commit | f5a69fe81f8c50e483e2c5ee1a890fc33383fdfb (patch) | |
tree | f7e4b5369a8cc9f961df28961cba7639b0d0a632 /win32/Support | |
parent | 1a66f0a4f2348473263fab757d96588bc1e93554 (diff) | |
download | external_llvm-f5a69fe81f8c50e483e2c5ee1a890fc33383fdfb.zip external_llvm-f5a69fe81f8c50e483e2c5ee1a890fc33383fdfb.tar.gz external_llvm-f5a69fe81f8c50e483e2c5ee1a890fc33383fdfb.tar.bz2 |
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
Diffstat (limited to 'win32/Support')
-rw-r--r-- | win32/Support/Support.vcproj | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj index 1a8804f..134c1b9 100644 --- a/win32/Support/Support.vcproj +++ b/win32/Support/Support.vcproj @@ -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" @@ -168,6 +170,10 @@ > </File> <File + RelativePath="..\..\lib\Support\APFloat.cpp" + > + </File> + <File RelativePath="..\..\lib\Support\APInt.cpp" > </File> @@ -223,13 +229,6 @@ RelativePath="..\..\lib\Support\SlowOperationInformer.cpp" > <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration Name="Release|Win32" ExcludedFromBuild="true" > @@ -309,10 +308,6 @@ > </File> <File - RelativePath="..\..\include\llvm\Support\DataTypes.h" - > - </File> - <File RelativePath="..\..\include\llvm\Support\Debug.h" > </File> @@ -445,6 +440,10 @@ > </File> <File + RelativePath="..\..\include\llvm\Support\DataTypes.h.in" + > + </File> + <File RelativePath="..\..\include\llvm\Adt\DenseMap.h" > </File> |