summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-03-17 15:57:38 -0500
committerZachary Ware <zachary.ware@gmail.com>2014-03-17 15:57:38 -0500
commit051e14fae7a68ed3562c766a885d124a65fd50e6 (patch)
tree40d5d1afaeda29b6c903c0aca63e9d966def885d /PC/pyconfig.h
parentf0dfc3a9bc86a42abdf407ddeb95b577a3b8085e (diff)
downloadcpython-051e14fae7a68ed3562c766a885d124a65fd50e6.tar.gz
Bump Windows build to 3.5
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index ccf75f3736..c0f802b073 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 */