diff options
author | Christian Heimes <christian@cheimes.de> | 2008-12-03 18:35:13 +0000 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-12-03 18:35:13 +0000 |
commit | 8769002b18bb54c4b7d0f21c4148724a3f4d5f80 (patch) | |
tree | 7ae79456931a8d39bfd9f81d016df3b38549fc37 /PC/VS7.1 | |
parent | 57233cb3e7528a694e58df6e4632cf815aa39141 (diff) | |
download | cpython-8769002b18bb54c4b7d0f21c4148724a3f4d5f80.tar.gz |
More 3.0 -> 3.1 transistions
Diffstat (limited to 'PC/VS7.1')
-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 9d2e4caa18..1d977d3af7 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -39,15 +39,15 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python30.dll" + OutputFile="./python31.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python30.pdb" + ProgramDatabaseFile=".\./python31.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python30.lib" + ImportLibrary=".\./python31.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool"/> @@ -99,15 +99,15 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python30_d.dll" + OutputFile="./python31_d.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python30_d.pdb" + ProgramDatabaseFile=".\./python31_d.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python30_d.lib" + ImportLibrary=".\./python31_d.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool"/> @@ -166,15 +166,15 @@ Name="VCLinkerTool" AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python30.dll" + OutputFile="./python31.dll" LinkIncremental="1" SuppressStartupBanner="FALSE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python30.pdb" + ProgramDatabaseFile=".\./python31.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python30.lib" + ImportLibrary=".\./python31.lib" TargetMachine="0"/> <Tool Name="VCMIDLTool"/> @@ -233,15 +233,15 @@ Name="VCLinkerTool" AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python30.dll" + OutputFile="./python31.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python30.pdb" + ProgramDatabaseFile=".\./python31.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python30.lib" + ImportLibrary=".\./python31.lib" TargetMachine="0"/> <Tool Name="VCMIDLTool"/> |