Unbreak VC++ build.
[oota-llvm.git] / win32 / Support / Support.vcproj
index a8914998b7f12c462411c76d90c1e2560f92c144..0da1c3f781cca5a71cc337cbed0fdd223b05cbe0 100644 (file)
@@ -21,7 +21,8 @@
                                Name="VCCLCompilerTool"
                                Optimization="0"
                                AdditionalIncludeDirectories="..\..\include;.."
-                               PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+                               StringPooling="TRUE"
                                MinimalRebuild="TRUE"
                                BasicRuntimeChecks="3"
                                RuntimeLibrary="3"
@@ -32,7 +33,7 @@
                                WarningLevel="3"
                                Detect64BitPortabilityProblems="FALSE"
                                DebugInformationFormat="4"
-                               DisableSpecificWarnings="4146,4800"/>
+                               DisableSpecificWarnings="4355,4146,4800"/>
                        <Tool
                                Name="VCCustomBuildTool"/>
                        <Tool
@@ -66,7 +67,8 @@
                        <Tool
                                Name="VCCLCompilerTool"
                                AdditionalIncludeDirectories="..\..\include;.."
-                               PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+                               StringPooling="TRUE"
                                RuntimeLibrary="2"
                                ForceConformanceInForLoopScope="TRUE"
                                RuntimeTypeInfo="TRUE"
@@ -74,7 +76,7 @@
                                WarningLevel="3"
                                Detect64BitPortabilityProblems="FALSE"
                                DebugInformationFormat="3"
-                               DisableSpecificWarnings="4146,4800"/>
+                               DisableSpecificWarnings="4355,4146,4800"/>
                        <Tool
                                Name="VCCustomBuildTool"/>
                        <Tool
                        Name="Source Files"
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+                       <File
+                               RelativePath="..\..\lib\Support\Allocator.cpp">
+                       </File>
                        <File
                                RelativePath="..\..\lib\Support\Annotation.cpp">
                        </File>
                                                AdditionalIncludeDirectories=""/>
                                </FileConfiguration>
                        </File>
+                       <File
+                               RelativePath="..\..\lib\Support\CStringMap.cpp">
+                       </File>
                        <File
                                RelativePath="..\..\lib\Support\Debug.cpp">
                        </File>
+                       <File
+                               RelativePath="..\..\lib\Support\Dwarf.cpp">
+                       </File>
                        <File
                                RelativePath="..\..\lib\Support\FileUtilities.cpp">
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       ExcludedFromBuild="TRUE">
-                                       <Tool
-                                               Name="VCCLCompilerTool"/>
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release|Win32"
-                                       ExcludedFromBuild="TRUE">
-                                       <Tool
-                                               Name="VCCLCompilerTool"/>
-                               </FileConfiguration>
+                       </File>
+                       <File
+                               RelativePath="..\..\lib\Support\FoldingSet.cpp">
+                       </File>
+                       <File
+                               RelativePath="..\..\lib\Support\GraphWriter.cpp">
                        </File>
                        <File
                                RelativePath="..\..\lib\Support\IsInf.cpp">
                        <File
                                RelativePath="..\..\lib\Support\IsNAN.cpp">
                        </File>
+                       <File
+                               RelativePath="..\..\lib\Support\ManagedStatic.cpp">
+                       </File>
                        <File
                                RelativePath="..\..\lib\Support\PluginLoader.cpp">
                        </File>
                        <File
                                RelativePath="..\..\lib\Support\Timer.cpp">
                        </File>
-                       <File
-                               RelativePath="..\..\lib\Support\ToolRunner.cpp">
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       ExcludedFromBuild="TRUE">
-                                       <Tool
-                                               Name="VCCLCompilerTool"/>
-                               </FileConfiguration>
-                       </File>
                        <Filter
                                Name="bzip2"
                                Filter="">
                        <File
                                RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h">
                        </File>
+                       <File
+                               RelativePath="..\..\include\llvm\Support\Allocator.h">
+                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Support\Annotation.h">
                        </File>
                        <File
                                RelativePath="..\..\include\llvm\Support\CommandLine.h">
                        </File>
+                       <File
+                               RelativePath="..\..\include\llvm\Support\Compiler.h">
+                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Support\Compressor.h">
                        </File>
                        <File
                                RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h">
                        </File>
+                       <File
+                               RelativePath="..\..\include\llvm\Support\Dwarf.h">
+                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Support\ELF.h">
                        </File>
                        <File
                                RelativePath="..\..\include\llvm\Support\MallocAllocator.h">
                        </File>
+                       <File
+                               RelativePath="..\..\include\llvm\Support\ManagedStatic.h">
+                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Support\Mangler.h">
                        </File>
                        <File
                                RelativePath="..\..\include\llvm\Support\Timer.h">
                        </File>
-                       <File
-                               RelativePath="..\..\include\llvm\Support\ToolRunner.h">
-                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Support\type_traits.h">
                        </File>
                        <File
                                RelativePath="..\..\include\llvm\Adt\BitSetVector.h">
                        </File>
+                       <File
+                               RelativePath="..\..\include\llvm\ADT\CStringMap.h">
+                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Adt\DenseMap.h">
                        </File>
                        <File
                                RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h">
                        </File>
+                       <File
+                               RelativePath="..\..\include\llvm\ADT\FoldingSet.h">
+                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Adt\GraphTraits.h">
                        </File>
                        <File
                                RelativePath="..\..\include\llvm\Adt\SetVector.h">
                        </File>
+                       <File
+                               RelativePath="..\..\include\llvm\ADT\SmallString.h">
+                       </File>
+                       <File
+                               RelativePath="..\..\include\llvm\ADT\SmallVector.h">
+                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Adt\Statistic.h">
                        </File>
                        <File
                                RelativePath="..\..\include\llvm\Adt\Tree.h">
                        </File>
+                       <File
+                               RelativePath="..\..\include\llvm\Adt\UniqueVector.h">
+                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Adt\VectorExtras.h">
                        </File>