Kaydet (Commit) 306e2403 authored tarafından Mark Hammond's avatar Mark Hammond

Python's .lib is now named Python20.lib

üst 4247ba63
......@@ -288,9 +288,9 @@ typedef long intptr_t;
#ifndef USE_DL_EXPORT
/* So nobody needs to specify the .lib in their Makefile any more */
#ifdef _DEBUG
#pragma comment(lib,"python16_d.lib")
#pragma comment(lib,"python20_d.lib")
#else
#pragma comment(lib,"python16.lib")
#pragma comment(lib,"python20.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