mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Python's .lib is now named Python20.lib
This commit is contained in:
parent
4247ba63bd
commit
306e2403fa
1 changed files with 2 additions and 2 deletions
|
@ -288,9 +288,9 @@ typedef long intptr_t;
|
||||||
#ifndef USE_DL_EXPORT
|
#ifndef USE_DL_EXPORT
|
||||||
/* So nobody needs to specify the .lib in their Makefile any more */
|
/* So nobody needs to specify the .lib in their Makefile any more */
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#pragma comment(lib,"python16_d.lib")
|
#pragma comment(lib,"python20_d.lib")
|
||||||
#else
|
#else
|
||||||
#pragma comment(lib,"python16.lib")
|
#pragma comment(lib,"python20.lib")
|
||||||
#endif
|
#endif
|
||||||
#endif /* USE_DL_EXPORT */
|
#endif /* USE_DL_EXPORT */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue