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; ...@@ -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 */
......
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