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/python.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/python.vcproj')
-rw-r--r-- | PCbuild/python.vcproj | 70 |
1 files changed, 3 insertions, 67 deletions
diff --git a/PCbuild/python.vcproj b/PCbuild/python.vcproj index 722bf43..287a0e9 100644 --- a/PCbuild/python.vcproj +++ b/PCbuild/python.vcproj @@ -28,10 +28,6 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\x86-temp-release\python/python.pch" - AssemblerListingLocation=".\x86-temp-release\python/" - ObjectFile=".\x86-temp-release\python/" - ProgramDataBaseFileName=".\x86-temp-release\python/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="3" @@ -51,9 +47,7 @@ BaseAddress="0x1d000000" TargetMachine="1"/> <Tool - Name="VCMIDLTool" - TypeLibraryName=".\./python.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -90,10 +84,6 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" RuntimeLibrary="3" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\x86-temp-debug\python/python.pch" - AssemblerListingLocation=".\x86-temp-debug\python/" - ObjectFile=".\x86-temp-debug\python/" - ProgramDataBaseFileName=".\x86-temp-debug\python/" BrowseInformation="1" WarningLevel="3" SuppressStartupBanner="TRUE" @@ -114,9 +104,7 @@ BaseAddress="0x1d000000" TargetMachine="1"/> <Tool - Name="VCMIDLTool" - TypeLibraryName=".\./python.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -160,10 +148,6 @@ BufferSecurityCheck="FALSE" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" - PrecompiledHeaderFile=".\ia64-temp-release\python/python.pch" - AssemblerListingLocation=".\ia64-temp-release\python/" - ObjectFile=".\ia64-temp-release\python/" - ProgramDataBaseFileName=".\ia64-temp-release\python/" WarningLevel="3" SuppressStartupBanner="TRUE" Detect64BitPortabilityProblems="TRUE" @@ -185,9 +169,7 @@ BaseAddress="0x1d000000" TargetMachine="0"/> <Tool - Name="VCMIDLTool" - TypeLibraryName=".\./python.tlb" - HeaderFileName=""/> + Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool @@ -218,55 +200,9 @@ </File> <File RelativePath="..\Modules\python.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - AdditionalIncludeDirectories="" - PreprocessorDefinitions=""/> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="" - BrowseInformation="1"/> - </FileConfiguration> - <FileConfiguration - Name="ReleaseItanium|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - AdditionalIncludeDirectories="" - PreprocessorDefinitions=""/> - </FileConfiguration> </File> <File RelativePath="..\PC\python_exe.rc"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="" - AdditionalIncludeDirectories="\Pyinst\python\PC"/> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="" - AdditionalIncludeDirectories="\Pyinst\python\PC"/> - </FileConfiguration> - <FileConfiguration - Name="ReleaseItanium|Win32"> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="" - AdditionalIncludeDirectories="\Pyinst\python\PC"/> - </FileConfiguration> </File> </Files> <Globals> |