X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=win32%2FVMCore%2FVMCore.vcproj;h=6ac8ab574d0e563a07269147424062dd62469f1b;hb=56867520990a4fea1353d55f71bb74a0126554e6;hp=dd703945d3ee3e342874e267f6c20eb2ad626f58;hpb=ffbc58de91ff7f0ee641695b6c5cafb0a34e011b;p=oota-llvm.git diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index dd703945d3e..6ac8ab574d0 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -1,101 +1,300 @@ + RootNamespace="VMCore" + Keyword="Win32Proj" + > + Name="Win32" + /> + + + + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" + CharacterSet="2" + > + + + + + + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + DisableSpecificWarnings="4355,4146,4800" + /> + Name="VCManagedResourceCompilerTool" + /> + + + OutputFile="$(OutDir)/VMCore.lib" + /> + + + + + Name="VCPostBuildEventTool" + /> + + + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + /> + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\include;.." + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" + StringPooling="true" + RuntimeLibrary="2" + ForceConformanceInForLoopScope="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + DisableSpecificWarnings="4355,4146,4800" + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + + + + + + + + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + + + + + + DisableSpecificWarnings="4355,4146,4800" + /> + + Name="VCResourceCompilerTool" + /> + + OutputFile="$(OutDir)/VMCore.lib" + /> + + + + + + + + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + TargetEnvironment="3" + /> + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\include;.." + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" + StringPooling="true" + RuntimeLibrary="2" + ForceConformanceInForLoopScope="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + DisableSpecificWarnings="4355,4146,4800" + /> + + + + + + + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> @@ -104,167 +303,341 @@ + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + RelativePath="..\..\lib\VMCore\AsmWriter.cpp" + > + RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp" + > + RelativePath="..\..\lib\VMCore\BasicBlock.cpp" + > + RelativePath="..\..\lib\VMCore\ConstantFold.cpp" + > + RelativePath="..\..\lib\VMCore\Constants.cpp" + > + RelativePath="..\..\lib\VMCore\Core.cpp" + > + RelativePath="..\..\lib\VMCore\Dominators.cpp" + > + RelativePath="..\..\lib\VMCore\Function.cpp" + > + RelativePath="..\..\lib\VMCore\Globals.cpp" + > + RelativePath="..\..\lib\VMCore\InlineAsm.cpp" + > + RelativePath="..\..\lib\VMCore\Instruction.cpp" + > + RelativePath="..\..\lib\VMCore\Instructions.cpp" + > + RelativePath="..\..\lib\VMCore\IntrinsicInst.cpp" + > + RelativePath="..\..\include\llvm\Intrinsics.td" + > + + + + + + + + + + + + + RelativePath="..\..\lib\VMCore\LeakDetector.cpp" + > + RelativePath="..\..\lib\VMCore\Mangler.cpp" + > + RelativePath="..\..\lib\VMCore\Module.cpp" + > + RelativePath="..\..\lib\VMCore\ModuleProvider.cpp" + > + RelativePath="..\..\lib\VMCore\ParameterAttributes.cpp" + > + RelativePath="..\..\lib\VMCore\Pass.cpp" + > + + + + + + + + + + + + + + + + + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + + + + + + + + + + + RelativePath="..\..\include\llvm\Constant.h" + > + RelativePath="..\..\lib\VMCore\ConstantFold.h" + > + RelativePath="..\..\include\llvm\Constants.h" + > + RelativePath="..\..\include\llvm\DerivedTypes.h" + > + RelativePath="..\..\include\llvm\Function.h" + > + RelativePath="..\..\include\llvm\GlobalAlias.h" + > + RelativePath="..\..\include\llvm\GlobalValue.h" + > + RelativePath="..\..\include\llvm\GlobalVariable.h" + > + RelativePath="..\..\include\llvm\InlineAsm.h" + > + RelativePath="..\..\include\llvm\InstrTypes.h" + > + RelativePath="..\..\include\llvm\Instruction.def" + > + RelativePath="..\..\include\llvm\Instruction.h" + > + RelativePath="..\..\include\llvm\Instructions.h" + > + RelativePath="..\..\include\llvm\IntrinsicInst.h" + > + RelativePath="..\..\include\llvm\Intrinsics.h" + > + RelativePath="..\..\include\llvm\IntrinsicsPowerPC.td" + > + RelativePath="..\..\include\llvm\IntrinsicsX86.td" + > + RelativePath="..\..\include\llvm\Linker.h" + > + RelativePath="..\..\include\llvm\Module.h" + > + RelativePath="..\..\include\llvm\ModuleProvider.h" + > + RelativePath="..\..\include\llvm\ParameterAttributes.h" + > + RelativePath="..\..\include\llvm\Pass.h" + > + RelativePath="..\..\include\llvm\PassAnalysisSupport.h" + > + RelativePath="..\..\include\llvm\PassManager.h" + > + RelativePath="..\..\include\llvm\PassManagers.h" + > + RelativePath="..\..\include\llvm\PassSupport.h" + > + RelativePath="..\..\include\llvm\Assembly\PrintModulePass.h" + > + RelativePath="..\..\include\llvm\SymbolTableListTraits.h" + > + RelativePath="..\..\lib\VMCore\SymbolTableListTraitsImpl.h" + > + RelativePath="..\..\include\llvm\Type.h" + > + RelativePath="..\..\include\llvm\TypeSymbolTable.h" + > + RelativePath="..\..\include\llvm\Use.h" + > + + + + + + + + + + + +