diff options
author | Christian Heimes <christian@cheimes.de> | 2008-12-04 14:34:40 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-12-04 14:34:40 (GMT) |
commit | ed2f42377571f95993b4c79c7d1382eeda12acfd (patch) | |
tree | a45dbd106e7961b20f3eaac7db86865910652b4d /PC/VS7.1 | |
parent | 213faca204ffcd48c465beac2351c65a15187e8c (diff) | |
download | cpython-ed2f42377571f95993b4c79c7d1382eeda12acfd.zip cpython-ed2f42377571f95993b4c79c7d1382eeda12acfd.tar.gz cpython-ed2f42377571f95993b4c79c7d1382eeda12acfd.tar.bz2 |
Bumped up 2.6 to 2.7
Diffstat (limited to 'PC/VS7.1')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 24 | ||||
-rw-r--r-- | PC/VS7.1/readme.txt | 4 |
2 files changed, 14 insertions, 14 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index fe20c4e..c2ccebb 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -39,15 +39,15 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python26.dll" + OutputFile="./python27.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python26.pdb" + ProgramDatabaseFile=".\./python27.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python26.lib" + ImportLibrary=".\./python27.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool"/> @@ -99,15 +99,15 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python26_d.dll" + OutputFile="./python27_d.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python26_d.pdb" + ProgramDatabaseFile=".\./python27_d.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python26_d.lib" + ImportLibrary=".\./python27_d.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool"/> @@ -166,15 +166,15 @@ Name="VCLinkerTool" AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python26.dll" + OutputFile="./python27.dll" LinkIncremental="1" SuppressStartupBanner="FALSE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python26.pdb" + ProgramDatabaseFile=".\./python27.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python26.lib" + ImportLibrary=".\./python27.lib" TargetMachine="0"/> <Tool Name="VCMIDLTool"/> @@ -233,15 +233,15 @@ Name="VCLinkerTool" AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK" AdditionalDependencies="getbuildinfo.o" - OutputFile="./python26.dll" + OutputFile="./python27.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" IgnoreDefaultLibraryNames="libc" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\./python26.pdb" + ProgramDatabaseFile=".\./python27.pdb" SubSystem="2" BaseAddress="0x1e000000" - ImportLibrary=".\./python26.lib" + ImportLibrary=".\./python27.lib" TargetMachine="0"/> <Tool Name="VCMIDLTool"/> diff --git a/PC/VS7.1/readme.txt b/PC/VS7.1/readme.txt index 9b78e6d..fdd3050 100644 --- a/PC/VS7.1/readme.txt +++ b/PC/VS7.1/readme.txt @@ -12,7 +12,7 @@ the "Standard" toolbar"), and build the projects. The proper order to build subprojects: 1) pythoncore (this builds the main Python DLL and library files, - python26.{dll, lib} in Release mode) + python27.{dll, lib} in Release mode) NOTE: in previous releases, this subproject was named after the release number, e.g. python20. @@ -26,7 +26,7 @@ The proper order to build subprojects: test slave; see SUBPROJECTS below) When using the Debug setting, the output files have a _d added to -their name: python26_d.dll, python_d.exe, parser_d.pyd, and so on. +their name: python27_d.dll, python_d.exe, parser_d.pyd, and so on. SUBPROJECTS ----------- |