mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
For Win32, added pragmas specifying the python15[_d].lib library.
This commit is contained in:
parent
2c2f731daf
commit
446f033e23
1 changed files with 7 additions and 0 deletions
|
@ -197,6 +197,13 @@ typedef int pid_t;
|
||||||
|
|
||||||
#ifdef MS_WIN32
|
#ifdef MS_WIN32
|
||||||
|
|
||||||
|
/* So nobody needs to specify the .lib in their Makefile any more */
|
||||||
|
#ifdef _DEBUG
|
||||||
|
#pragma comment(lib,"python15_d.lib")
|
||||||
|
#else
|
||||||
|
#pragma comment(lib,"python15.lib")
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SIZEOF_INT 4
|
#define SIZEOF_INT 4
|
||||||
#define SIZEOF_LONG 4
|
#define SIZEOF_LONG 4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue