mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Start of 3.8.0a0
This commit is contained in:
parent
6e41cd95b5
commit
5489bdad51
10 changed files with 824 additions and 824 deletions
|
@ -284,11 +284,11 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
|
|||
file in their Makefile (other compilers are
|
||||
generally taken care of by distutils.) */
|
||||
# if defined(_DEBUG)
|
||||
# pragma comment(lib,"python37_d.lib")
|
||||
# pragma comment(lib,"python38_d.lib")
|
||||
# elif defined(Py_LIMITED_API)
|
||||
# pragma comment(lib,"python3.lib")
|
||||
# else
|
||||
# pragma comment(lib,"python37.lib")
|
||||
# pragma comment(lib,"python38.lib")
|
||||
# endif /* _DEBUG */
|
||||
# endif /* _MSC_VER */
|
||||
# endif /* Py_BUILD_CORE */
|
||||
|
|
1586
PC/python3.def
1586
PC/python3.def
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue