diff options
author | Steve Naroff <snaroff@apple.com> | 2008-11-06 06:24:59 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-11-06 06:24:59 +0000 |
commit | e11eb620efa50e99b1a5dd94e8b63840c32d587b (patch) | |
tree | 8c9395984198bc6c0f7fe7b7c962e0a66b8c5fce /win32/TableGen/TableGen.vcproj | |
parent | f007a8b931e229eb325319c97363be8507311e2e (diff) | |
download | external_llvm-e11eb620efa50e99b1a5dd94e8b63840c32d587b.zip external_llvm-e11eb620efa50e99b1a5dd94e8b63840c32d587b.tar.gz external_llvm-e11eb620efa50e99b1a5dd94e8b63840c32d587b.tar.bz2 |
Update VC++ projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/TableGen/TableGen.vcproj')
-rw-r--r-- | win32/TableGen/TableGen.vcproj | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj index 913462b..4dd1899 100644 --- a/win32/TableGen/TableGen.vcproj +++ b/win32/TableGen/TableGen.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8,00" + Version="8.00" Name="TableGen" ProjectGUID="{339C2249-26B6-4172-B484-85653029AF57}" RootNamespace="TableGen" @@ -105,11 +105,11 @@ /> </Configuration> <Configuration - Name="Release|Win32" + Name="Debug|x64" OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool @@ -126,17 +126,22 @@ /> <Tool Name="VCMIDLTool" + TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" + Optimization="0" AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen" - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS" StringPooling="true" - RuntimeLibrary="2" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="3" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" + BrowseInformation="1" WarningLevel="3" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" @@ -154,13 +159,12 @@ <Tool Name="VCLinkerTool" OutputFile="$(OutDir)\TableGen.exe" - LinkIncremental="1" + LinkIncremental="2" AdditionalLibraryDirectories="" GenerateDebugInformation="true" + ProgramDatabaseFile="$(OutDir)/TableGen.pdb" SubSystem="1" - OptimizeReferences="2" - EnableCOMDATFolding="2" - TargetMachine="1" + TargetMachine="17" /> <Tool Name="VCALinkTool" @@ -188,11 +192,11 @@ /> </Configuration> <Configuration - Name="Debug|x64" + Name="Release|Win32" OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" CharacterSet="2" > <Tool @@ -209,22 +213,17 @@ /> <Tool Name="VCMIDLTool" - TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" - Optimization="0" AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen" - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS" StringPooling="true" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="2" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" - BrowseInformation="1" WarningLevel="3" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" @@ -242,12 +241,13 @@ <Tool Name="VCLinkerTool" OutputFile="$(OutDir)\TableGen.exe" - LinkIncremental="2" + LinkIncremental="1" AdditionalLibraryDirectories="" GenerateDebugInformation="true" - ProgramDatabaseFile="$(OutDir)/TableGen.pdb" SubSystem="1" - TargetMachine="17" + OptimizeReferences="2" + EnableCOMDATFolding="2" + TargetMachine="1" /> <Tool Name="VCALinkTool" @@ -445,6 +445,10 @@ RelativePath="..\..\utils\TableGen\TGParser.cpp" > </File> + <File + RelativePath="..\..\utils\TableGen\TGValueTypes.cpp" + > + </File> </Filter> <Filter Name="Header Files" |