X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=win32%2FVMCore%2FVMCore.vcproj;h=6ac8ab574d0e563a07269147424062dd62469f1b;hb=56867520990a4fea1353d55f71bb74a0126554e6;hp=3623f9baff0dc9d0ba477277c1d3217c68648826;hpb=9630d271c524fac27301ac205b16f90eae461721;p=oota-llvm.git diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index 3623f9baff0..6ac8ab574d0 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -1,105 +1,300 @@ + Keyword="Win32Proj" + > + Name="Win32" + /> + + + + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" + CharacterSet="2" + > + + + + + + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + DisableSpecificWarnings="4355,4146,4800" + /> + + + Name="VCPreLinkEventTool" + /> + OutputFile="$(OutDir)/VMCore.lib" + /> + + + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + + + + 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" + /> + + + + + + + + + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + + + + + + DisableSpecificWarnings="4355,4146,4800" + /> + + Name="VCResourceCompilerTool" + /> + + OutputFile="$(OutDir)/VMCore.lib" + /> + + + + + + + + + + + + + + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + Name="VCLibrarianTool" + OutputFile="$(OutDir)/VMCore.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> @@ -108,228 +303,341 @@ + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + + + 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" + > + Name="Debug|Win32" + > + CommandLine="echo Building $(InputFileName) code emitter with tblgen $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen " + AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe;$(InputDir)IntrinsicsX86.td;$(InputDir)IntrinsicsPowerPC.td" + Outputs="$(SolutionDir)llvm\intrinsics.gen" + /> + Name="Release|Win32" + > + CommandLine="echo Building $(InputFileName) code emitter with tblgen $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen " + AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe;$(InputDir)IntrinsicsX86.td;$(InputDir)IntrinsicsPowerPC.td" + Outputs="$(SolutionDir)llvm\intrinsics.gen" + /> + + + + + + + + + + + + + RelativePath="..\..\lib\VMCore\ModuleProvider.cpp" + > + RelativePath="..\..\lib\VMCore\ParameterAttributes.cpp" + > + RelativePath="..\..\lib\VMCore\Pass.cpp" + > + RelativePath="..\..\lib\VMCore\PassManager.cpp" + > + RelativePath="..\..\lib\VMCore\Type.cpp" + > + RelativePath="..\..\lib\VMCore\TypeSymbolTable.cpp" + > + RelativePath="..\..\lib\VMCore\Use.cpp" + > + RelativePath="..\..\lib\VMCore\Value.cpp" + > + RelativePath="..\..\lib\VMCore\ValueSymbolTable.cpp" + > + RelativePath="..\..\lib\VMCore\ValueTypes.cpp" + > + RelativePath="..\..\lib\VMCore\Verifier.cpp" + > + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + + + RelativePath="..\..\include\llvm\Argument.h" + > + RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h" + > + RelativePath="..\..\include\llvm\BasicBlock.h" + > + RelativePath="..\..\include\llvm\CallGraphSCCPass.h" + > + 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" + > + RelativePath="..\..\include\llvm\User.h" + > + RelativePath="..\..\include\llvm\Value.h" + > + RelativePath="..\..\include\llvm\ValueSymbolTable.h" + > + RelativePath="..\..\include\llvm\Assembly\Writer.h" + > + > + RelativePath="..\llvm\intrinsics.gen" + >