summaryrefslogtreecommitdiffstats
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2003-07-31 02:06:22 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2003-07-31 02:06:22 (GMT)
commit67e5582dfc6cd365d924a0033b2ac7363e8b304d (patch)
tree749f580d5f62992ab347a91707460ced51d6d636 /PC/pyconfig.h
parent3576f0a6a49511b03b62fe8bf4599e315b655939 (diff)
downloadcpython-67e5582dfc6cd365d924a0033b2ac7363e8b304d.zip
cpython-67e5582dfc6cd365d924a0033b2ac7363e8b304d.tar.gz
cpython-67e5582dfc6cd365d924a0033b2ac7363e8b304d.tar.bz2
Complete move of windows builds to 2.4alpha
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 5653801..cde226e 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -218,9 +218,9 @@ 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.) */
# ifdef _DEBUG
-# pragma comment(lib,"python23_d.lib")
+# pragma comment(lib,"python24_d.lib")
# else
-# pragma comment(lib,"python23.lib")
+# pragma comment(lib,"python24.lib")
# endif /* _DEBUG */
# endif /* _MSC_VER */
# endif /* Py_BUILD_CORE */