Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67e5582

Browse files
committed
Complete move of windows builds to 2.4alpha
1 parent 3576f0a commit 67e5582

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

PC/pyconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
218218
their Makefile (other compilers are generally
219219
taken care of by distutils.) */
220220
# ifdef _DEBUG
221-
# pragma comment(lib,"python23_d.lib")
221+
# pragma comment(lib,"python24_d.lib")
222222
# else
223-
# pragma comment(lib,"python23.lib")
223+
# pragma comment(lib,"python24.lib")
224224
# endif /* _DEBUG */
225225
# endif /* _MSC_VER */
226226
# endif /* Py_BUILD_CORE */

PC/python_nt.rc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
* PYTHON_DLL_NAME ditto.
1313
* MS_DLL_ID must match PY_VERSION in the Windows install script.
1414
*/
15-
#define MS_DLL_ID "2.3"
15+
#define MS_DLL_ID "2.4"
1616

1717
#ifndef PYTHON_DLL_NAME
18-
#define PYTHON_DLL_NAME "python23.dll"
18+
#define PYTHON_DLL_NAME "python24.dll"
1919
#endif
2020

2121
/* Nothing below this should need to be changed except for copyright
@@ -33,14 +33,14 @@
3333
* but that neither gives an error nor comes anywhere close to working. The
3434
* following comment and #define are output from PCbuild\field3.py:
3535
*
36-
* For 2.3,
36+
* For 2.4a0,
3737
* PY_MICRO_VERSION = 0
38-
* PY_RELEASE_LEVEL = 'final' = 0xf
38+
* PY_RELEASE_LEVEL = 'alpha' = 0xa
3939
* PY_RELEASE_SERIAL = 0
4040
*
41-
* and 0*1000 + 15*10 + 0 = 150
41+
* and 0*1000 + 10*10 + 0 = 100
4242
*/
43-
#define FIELD3 150
43+
#define FIELD3 100
4444

4545
/* e.g., 2.1a2
4646
* PY_VERSION comes from patchevel.h

PCbuild/pythoncore.dsp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)