diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-03-17 20:57:38 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-03-17 20:57:38 (GMT) |
commit | 6373ba5199fe706f174aed482d77e2bb4b29e2f0 (patch) | |
tree | a0e0196e138f1197e1d7dc8e5e013307dbea4f50 /PC/pyconfig.h | |
parent | 42867c73c9794f8f4968abef0572fd950748559c (diff) | |
download | cpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.zip cpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.tar.gz cpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.tar.bz2 |
Bump Windows build to 3.5
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 ccf75f3..c0f802b 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -322,11 +322,11 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ their Makefile (other compilers are generally taken care of by distutils.) */ # if defined(_DEBUG) -# pragma comment(lib,"python34_d.lib") +# pragma comment(lib,"python35_d.lib") # elif defined(Py_LIMITED_API) # pragma comment(lib,"python3.lib") # else -# pragma comment(lib,"python34.lib") +# pragma comment(lib,"python35.lib") # endif /* _DEBUG */ # endif /* _MSC_VER */ # endif /* Py_BUILD_CORE */ |