Kaydet (Commit) 436364c8 authored tarafından Guido van Rossum's avatar Guido van Rossum

Change the pragmas to use python16.lib instead of python15.lib. (Took

me half an hour to find why it was still linking with python15.dll!)
üst 21a50bd0
......@@ -215,9 +215,9 @@ typedef int pid_t;
#ifndef USE_DL_EXPORT
/* So nobody needs to specify the .lib in their Makefile any more */
#ifdef _DEBUG
#pragma comment(lib,"python15_d.lib")
#pragma comment(lib,"python16_d.lib")
#else
#pragma comment(lib,"python15.lib")
#pragma comment(lib,"python16.lib")
#endif
#endif /* USE_DL_EXPORT */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment