diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-01-03 07:38:51 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-01-03 07:38:51 (GMT) |
commit | 532bc0375fbcdce74a95dda422b4460ed52455ea (patch) | |
tree | 73ec30181cb62a23a7cdaf9ef8fa0f3b4d25fea8 /PCbuild/unicodedata.vcproj | |
parent | 4e6aff5e9bdb08f31413bdfcd131b3db4269a8f8 (diff) | |
download | cpython-532bc0375fbcdce74a95dda422b4460ed52455ea.zip cpython-532bc0375fbcdce74a95dda422b4460ed52455ea.tar.gz cpython-532bc0375fbcdce74a95dda422b4460ed52455ea.tar.bz2 |
Patch #1307806: Use project defaults where possible
Diffstat (limited to 'PCbuild/unicodedata.vcproj')
-rw-r--r-- | PCbuild/unicodedata.vcproj | 73 |
1 files changed, 6 insertions, 67 deletions
diff --git a/PCbuild/unicodedata.vcproj b/PCbuild/unicodedata.vcproj index 16bb4aa..da49b15 100644 --- a/PCbuild/unicodedata.vcproj +++ b/PCbuild/unicodedata.vcproj @@ -28,10 +28,6 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\x86-temp-release\unicodedata/unicodedata.pch" - AssemblerListingLocation=".\x86-temp-release\unicodedata/" - ObjectFile=".\x86-temp-release\unicodedata/" - ProgramDataBaseFileName=".\x86-temp-release\unicodedata/" WarningLevel="3" SuppressStartupBanner="TRUE" CompileAs="0"/> @@ -47,13 +43,7 @@ ImportLibrary=".\./unicodedata.lib" TargetMachine="1"/> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName=".\./unicodedata.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -61,9 +51,7 @@ <Tool Name="VCPreLinkEventTool"/> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="3081"/> + Name="VCResourceCompilerTool"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool @@ -91,10 +79,6 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\x86-temp-debug\unicodedata/unicodedata.pch" - AssemblerListingLocation=".\x86-temp-debug\unicodedata/" - ObjectFile=".\x86-temp-debug\unicodedata/" - ProgramDataBaseFileName=".\x86-temp-debug\unicodedata/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="3" @@ -112,13 +96,7 @@ ImportLibrary=".\./unicodedata_d.lib" TargetMachine="1"/> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName=".\./unicodedata.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -126,9 +104,7 @@ <Tool Name="VCPreLinkEventTool"/> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="3081"/> + Name="VCResourceCompilerTool"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool @@ -161,10 +137,6 @@ BufferSecurityCheck="FALSE" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\ia64-temp-release\unicodedata/unicodedata.pch" - AssemblerListingLocation=".\ia64-temp-release\unicodedata/" - ObjectFile=".\ia64-temp-release\unicodedata/" - ProgramDataBaseFileName=".\ia64-temp-release\unicodedata/" WarningLevel="3" SuppressStartupBanner="TRUE" Detect64BitPortabilityProblems="TRUE" @@ -183,13 +155,7 @@ ImportLibrary=".\./unicodedata.lib" TargetMachine="0"/> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName=".\./unicodedata.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -197,9 +163,7 @@ <Tool Name="VCPreLinkEventTool"/> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="3081"/> + Name="VCResourceCompilerTool"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool @@ -217,31 +181,6 @@ <Files> <File RelativePath="..\Modules\unicodedata.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"/> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)" - BasicRuntimeChecks="3"/> - </FileConfiguration> - <FileConfiguration - Name="ReleaseItanium|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"/> - </FileConfiguration> </File> </Files> <Globals> |