summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2000-06-30 15:47:02 +0000
committerMark Hammond <mhammond@skippinet.com.au>2000-06-30 15:47:02 +0000
commit75ca89c93afd6a7ee746b9283cded725d46fead8 (patch)
tree62449fdd803649c62848a0f0aa822a4abb45cc84 /PC
parent86b66b15737b92beacdac4aefa28781c83c39c8e (diff)
downloadcpython-75ca89c93afd6a7ee746b9283cded725d46fead8.tar.gz
Python's .lib is now named Python20.lib
Diffstat (limited to 'PC')
-rw-r--r--PC/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/config.h b/PC/config.h
index 43bb35f137..16f82e138b 100644
--- a/PC/config.h
+++ b/PC/config.h
@@ -288,9 +288,9 @@ typedef long intptr_t;
#ifndef USE_DL_EXPORT
/* So nobody needs to specify the .lib in their Makefile any more */
#ifdef _DEBUG
-#pragma comment(lib,"python16_d.lib")
+#pragma comment(lib,"python20_d.lib")
#else
-#pragma comment(lib,"python16.lib")
+#pragma comment(lib,"python20.lib")
#endif
#endif /* USE_DL_EXPORT */