diff options
Diffstat (limited to 'win32/Support/Support.vcproj')
-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> |