diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-06-27 23:00:59 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-06-27 23:00:59 (GMT) |
commit | f7a6b508ceee3eb614f9fa8ea89d9fbf86e84f9e (patch) | |
tree | 9518d5c6b017ab34fc1845073c2bf3fa3f549b2c /PC/VS7.1/pythoncore.vcproj | |
parent | 2fad00c1989edcaff9cc11b48153a33700a5432b (diff) | |
download | cpython-f7a6b508ceee3eb614f9fa8ea89d9fbf86e84f9e.zip cpython-f7a6b508ceee3eb614f9fa8ea89d9fbf86e84f9e.tar.gz cpython-f7a6b508ceee3eb614f9fa8ea89d9fbf86e84f9e.tar.bz2 |
Bump Windows versions to 3.2.
Diffstat (limited to 'PC/VS7.1/pythoncore.vcproj')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 4a6ed1a..b5ee947 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -39,15 +39,15 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python31.dll" + OutputFile="./python32.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python31.pdb" + ProgramDatabaseFile=".\./python32.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python31.lib" + ImportLibrary=".\./python32.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool"/> @@ -99,15 +99,15 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python31_d.dll" + OutputFile="./python32_d.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python31_d.pdb" + ProgramDatabaseFile=".\./python32_d.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python31_d.lib" + ImportLibrary=".\./python32_d.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool"/> @@ -166,15 +166,15 @@ Name="VCLinkerTool" AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python31.dll" + OutputFile="./python32.dll" LinkIncremental="1" SuppressStartupBanner="FALSE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python31.pdb" + ProgramDatabaseFile=".\./python32.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python31.lib" + ImportLibrary=".\./python32.lib" TargetMachine="0"/> <Tool Name="VCMIDLTool"/> @@ -233,15 +233,15 @@ Name="VCLinkerTool" AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python31.dll" + OutputFile="./python32.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python31.pdb" + ProgramDatabaseFile=".\./python32.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python31.lib" + ImportLibrary=".\./python32.lib" TargetMachine="0"/> <Tool Name="VCMIDLTool"/> |