mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
installations.
This commit is contained in:
parent
bc524c4e9f
commit
52709e321c
5 changed files with 22 additions and 20 deletions
|
@ -327,9 +327,9 @@ typedef unsigned long uintptr_t;
|
|||
more (other compilers will still need to do so, but that's taken care
|
||||
of by the Distutils, so it's not a problem). */
|
||||
#ifdef _DEBUG
|
||||
#pragma comment(lib,"python21_d.lib")
|
||||
#pragma comment(lib,"python22_d.lib")
|
||||
#else
|
||||
#pragma comment(lib,"python21.lib")
|
||||
#pragma comment(lib,"python22.lib")
|
||||
#endif
|
||||
#endif /* USE_DL_EXPORT */
|
||||
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
* PYTHON_DLL_NAME ditto.
|
||||
* MS_DLL_ID must match PY_VERSION in the Windows install script.
|
||||
*/
|
||||
#define MS_DLL_ID "2.1"
|
||||
#define MS_DLL_ID "2.2"
|
||||
|
||||
#ifndef PYTHON_DLL_NAME
|
||||
#define PYTHON_DLL_NAME "python21.dll"
|
||||
#define PYTHON_DLL_NAME "python22.dll"
|
||||
#endif
|
||||
|
||||
/* Nothing below this should need to be changed except for copyright
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue