summaryrefslogtreecommitdiffstats
path: root/PC/config.h
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-04-18 21:12:25 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-04-18 21:12:25 (GMT)
commit52709e321cd63aa7b091a9d44c3fba78013878cf (patch)
treef20f9a58b722e5dac0b6cd7d49a758f57babaf1f /PC/config.h
parentbc524c4e9f267650ad14156f15e22f2b735aa421 (diff)
downloadcpython-52709e321cd63aa7b091a9d44c3fba78013878cf.zip
cpython-52709e321cd63aa7b091a9d44c3fba78013878cf.tar.gz
cpython-52709e321cd63aa7b091a9d44c3fba78013878cf.tar.bz2
Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
installations.
Diffstat (limited to 'PC/config.h')
-rw-r--r--PC/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/config.h b/PC/config.h
index f26d0e4..a69c73b 100644
--- a/PC/config.h
+++ b/PC/config.h
@@ -327,9 +327,9 @@ typedef unsigned long uintptr_t;
more (other compilers will still need to do so, but that's taken care
of by the Distutils, so it's not a problem). */
#ifdef _DEBUG
-#pragma comment(lib,"python21_d.lib")
+#pragma comment(lib,"python22_d.lib")
#else
-#pragma comment(lib,"python21.lib")
+#pragma comment(lib,"python22.lib")
#endif
#endif /* USE_DL_EXPORT */