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/_socket.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/_socket.vcproj')
-rw-r--r-- | PCbuild/_socket.vcproj | 72 |
1 files changed, 6 insertions, 66 deletions
diff --git a/PCbuild/_socket.vcproj b/PCbuild/_socket.vcproj index 313189b..008cd3d 100644 --- a/PCbuild/_socket.vcproj +++ b/PCbuild/_socket.vcproj @@ -24,10 +24,6 @@ PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS" RuntimeLibrary="3" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\x86-temp-debug\_socket/_socket.pch" - AssemblerListingLocation=".\x86-temp-debug\_socket/" - ObjectFile=".\x86-temp-debug\_socket/" - ProgramDataBaseFileName=".\x86-temp-debug\_socket/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="3" @@ -47,13 +43,7 @@ ImportLibrary=".\./_socket_d.lib" TargetMachine="1"/> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName=".\./_socket.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -61,9 +51,7 @@ <Tool Name="VCPreLinkEventTool"/> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> + Name="VCResourceCompilerTool"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool @@ -92,10 +80,6 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\x86-temp-release\_socket/_socket.pch" - AssemblerListingLocation=".\x86-temp-release\_socket/" - ObjectFile=".\x86-temp-release\_socket/" - ProgramDataBaseFileName=".\x86-temp-release\_socket/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="3" @@ -115,13 +99,7 @@ ImportLibrary=".\./_socket.lib" TargetMachine="1"/> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName=".\./_socket.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -129,9 +107,7 @@ <Tool Name="VCPreLinkEventTool"/> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> + Name="VCResourceCompilerTool"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool @@ -163,10 +139,6 @@ BufferSecurityCheck="FALSE" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\ia64-temp-release\_socket/_socket.pch" - AssemblerListingLocation=".\ia64-temp-release\_socket/" - ObjectFile=".\ia64-temp-release\_socket/" - ProgramDataBaseFileName=".\ia64-temp-release\_socket/" WarningLevel="3" SuppressStartupBanner="TRUE" Detect64BitPortabilityProblems="TRUE" @@ -188,13 +160,7 @@ ImportLibrary=".\./_socket.lib" TargetMachine="0"/> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName=".\./_socket.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -202,9 +168,7 @@ <Tool Name="VCPreLinkEventTool"/> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> + Name="VCResourceCompilerTool"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool @@ -222,30 +186,6 @@ <Files> <File RelativePath="..\Modules\socketmodule.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/> - </FileConfiguration> - <FileConfiguration - Name="ReleaseItanium|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/> - </FileConfiguration> </File> </Files> <Globals> |