mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Bump version numbers.
This commit is contained in:
parent
cabac0ac3a
commit
ff0940ff53
1 changed files with 2 additions and 4 deletions
|
@ -12,9 +12,7 @@ the "Standard" toolbar"), and build the projects.
|
||||||
The proper order to build subprojects:
|
The proper order to build subprojects:
|
||||||
|
|
||||||
1) pythoncore (this builds the main Python DLL and library files,
|
1) pythoncore (this builds the main Python DLL and library files,
|
||||||
python26.{dll, lib} in Release mode)
|
python30.{dll, lib} in Release mode)
|
||||||
NOTE: in previous releases, this subproject was
|
|
||||||
named after the release number, e.g. python20.
|
|
||||||
|
|
||||||
2) python (this builds the main Python executable,
|
2) python (this builds the main Python executable,
|
||||||
python.exe in Release mode)
|
python.exe in Release mode)
|
||||||
|
@ -26,7 +24,7 @@ The proper order to build subprojects:
|
||||||
test slave; see SUBPROJECTS below)
|
test slave; see SUBPROJECTS below)
|
||||||
|
|
||||||
When using the Debug setting, the output files have a _d added to
|
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: python30_d.dll, python_d.exe, parser_d.pyd, and so on.
|
||||||
|
|
||||||
SUBPROJECTS
|
SUBPROJECTS
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue