commit | 094353c4840ca82d688902454bc7401096fa3ab1 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Aug 18 04:58:33 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Aug 18 04:58:33 2006 +0000 |
tree | 8d5b318c11f111cf97ab47f22dc91e24b0564b10 | |
parent | b671c9309a07de3e6a636ae1b06278696708e8c8 [diff] |
Try to get Windows bots working again
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index e0df673..4aedce7 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h
@@ -280,9 +280,9 @@ their Makefile (other compilers are generally taken care of by distutils.) */ # ifdef _DEBUG -# pragma comment(lib,"python25_d.lib") +# pragma comment(lib,"python26_d.lib") # else -# pragma comment(lib,"python25.lib") +# pragma comment(lib,"python26.lib") # endif /* _DEBUG */ # endif /* _MSC_VER */ # endif /* Py_BUILD_CORE */