diff options
author | Ned Deily <nad@python.org> | 2018-01-31 22:44:09 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-01-31 22:44:09 (GMT) |
commit | 5489bdad5143050b8bb89b648b3c00d951b72d4f (patch) | |
tree | 1dff73947a4206b974742501a8606ec504f8ad80 /PC/pyconfig.h | |
parent | 6e41cd95b5cc9288e94457be60bdcdc0fb6bebae (diff) | |
download | cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.zip cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.gz cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.bz2 |
Start of 3.8.0a0
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r-- | PC/pyconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index d2a3f5d..388a3c6 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -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 */ |