Skip to content

Commit 5d1809b

Browse files
author
christian.heimes
committed
Bumped up 2.6 to 2.7
git-svn-id: http://svn.python.org/projects/python/trunk@67521 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 0eeee23 commit 5d1809b

7 files changed

Lines changed: 146 additions & 146 deletions

File tree

PC/VS7.1/pythoncore.vcproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
<Tool
4040
Name="VCLinkerTool"
4141
AdditionalDependencies="getbuildinfo.o"
42-
OutputFile="./python26.dll"
42+
OutputFile="./python27.dll"
4343
LinkIncremental="1"
4444
SuppressStartupBanner="TRUE"
4545
IgnoreDefaultLibraryNames="libc"
4646
GenerateDebugInformation="TRUE"
47-
ProgramDatabaseFile=".\./python26.pdb"
47+
ProgramDatabaseFile=".\./python27.pdb"
4848
SubSystem="2"
4949
BaseAddress="0x1e000000"
50-
ImportLibrary=".\./python26.lib"
50+
ImportLibrary=".\./python27.lib"
5151
TargetMachine="1"/>
5252
<Tool
5353
Name="VCMIDLTool"/>
@@ -99,15 +99,15 @@
9999
<Tool
100100
Name="VCLinkerTool"
101101
AdditionalDependencies="getbuildinfo.o"
102-
OutputFile="./python26_d.dll"
102+
OutputFile="./python27_d.dll"
103103
LinkIncremental="1"
104104
SuppressStartupBanner="TRUE"
105105
IgnoreDefaultLibraryNames="libc"
106106
GenerateDebugInformation="TRUE"
107-
ProgramDatabaseFile=".\./python26_d.pdb"
107+
ProgramDatabaseFile=".\./python27_d.pdb"
108108
SubSystem="2"
109109
BaseAddress="0x1e000000"
110-
ImportLibrary=".\./python26_d.lib"
110+
ImportLibrary=".\./python27_d.lib"
111111
TargetMachine="1"/>
112112
<Tool
113113
Name="VCMIDLTool"/>
@@ -166,15 +166,15 @@
166166
Name="VCLinkerTool"
167167
AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
168168
AdditionalDependencies="getbuildinfo.o"
169-
OutputFile="./python26.dll"
169+
OutputFile="./python27.dll"
170170
LinkIncremental="1"
171171
SuppressStartupBanner="FALSE"
172172
IgnoreDefaultLibraryNames="libc"
173173
GenerateDebugInformation="TRUE"
174-
ProgramDatabaseFile=".\./python26.pdb"
174+
ProgramDatabaseFile=".\./python27.pdb"
175175
SubSystem="2"
176176
BaseAddress="0x1e000000"
177-
ImportLibrary=".\./python26.lib"
177+
ImportLibrary=".\./python27.lib"
178178
TargetMachine="0"/>
179179
<Tool
180180
Name="VCMIDLTool"/>
@@ -233,15 +233,15 @@
233233
Name="VCLinkerTool"
234234
AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK"
235235
AdditionalDependencies="getbuildinfo.o"
236-
OutputFile="./python26.dll"
236+
OutputFile="./python27.dll"
237237
LinkIncremental="1"
238238
SuppressStartupBanner="TRUE"
239239
IgnoreDefaultLibraryNames="libc"
240240
GenerateDebugInformation="TRUE"
241-
ProgramDatabaseFile=".\./python26.pdb"
241+
ProgramDatabaseFile=".\./python27.pdb"
242242
SubSystem="2"
243243
BaseAddress="0x1e000000"
244-
ImportLibrary=".\./python26.lib"
244+
ImportLibrary=".\./python27.lib"
245245
TargetMachine="0"/>
246246
<Tool
247247
Name="VCMIDLTool"/>

PC/VS7.1/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the "Standard" toolbar"), and build the projects.
1212
The proper order to build subprojects:
1313

1414
1) pythoncore (this builds the main Python DLL and library files,
15-
python26.{dll, lib} in Release mode)
15+
python27.{dll, lib} in Release mode)
1616
NOTE: in previous releases, this subproject was
1717
named after the release number, e.g. python20.
1818

@@ -26,7 +26,7 @@ The proper order to build subprojects:
2626
test slave; see SUBPROJECTS below)
2727

2828
When using the Debug setting, the output files have a _d added to
29-
their name: python26_d.dll, python_d.exe, parser_d.pyd, and so on.
29+
their name: python27_d.dll, python_d.exe, parser_d.pyd, and so on.
3030

3131
SUBPROJECTS
3232
-----------

PC/VS8.0/pyproject.vsprops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/>
3939
<UserMacro
4040
Name="PyDllName"
41-
Value="python26"
41+
Value="python27"
4242
/>
4343
<UserMacro
4444
Name="PythonExe"

PC/example_nt/example.vcproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<Tool
4040
Name="VCLinkerTool"
4141
AdditionalOptions="/export:initexample"
42-
AdditionalDependencies="odbc32.lib odbccp32.lib python26.lib"
42+
AdditionalDependencies="odbc32.lib odbccp32.lib python27.lib"
4343
OutputFile=".\Release/example.pyd"
4444
LinkIncremental="1"
4545
SuppressStartupBanner="TRUE"
@@ -105,7 +105,7 @@
105105
<Tool
106106
Name="VCLinkerTool"
107107
AdditionalOptions="/export:initexample"
108-
AdditionalDependencies="odbc32.lib odbccp32.lib python26_d.lib"
108+
AdditionalDependencies="odbc32.lib odbccp32.lib python27_d.lib"
109109
OutputFile=".\Debug/example_d.pyd"
110110
LinkIncremental="1"
111111
SuppressStartupBanner="TRUE"

PC/os2emx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ $(OUT)%$O: %.c
237237

238238
# Output file names
239239
PYTHON_VER= 2.6
240-
PYTHON_LIB= python26
240+
PYTHON_LIB= python27
241241
PYTHON.LIB= $(PYTHON_LIB)_s$A
242242
PYTHON.IMPLIB= $(PYTHON_LIB)$A
243243
ifeq ($(EXEOMF),yes)

PC/os2emx/README.os2emx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Procedure
309309
to be installed in a directory other than the PYTHONHOME directory, set
310310
the value of the Makefile variable EXE_DIR to the appropriate directory.
311311

312-
3. If you wish the Python core DLL (python26.dll) to be installed in a
312+
3. If you wish the Python core DLL (python27.dll) to be installed in a
313313
directory other than the directory in which the Python executables are
314314
installed (by default, the PYTHONHOME directory), set the value of the
315315
Makefile variable DLL_DIR to the appropriate directory. This DLL must

0 commit comments

Comments
 (0)