diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-12-21 22:06:12 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-12-21 22:06:12 (GMT) |
commit | 83a3f0c3050ab3abcf1c3edf434754862b589569 (patch) | |
tree | 496499bf894757d36297c7878d6df203127c76fe /PC/pyconfig.h | |
parent | af8446f8238c58b032189c28429e03b7fb4bcffc (diff) | |
download | cpython-83a3f0c3050ab3abcf1c3edf434754862b589569.zip cpython-83a3f0c3050ab3abcf1c3edf434754862b589569.tar.gz cpython-83a3f0c3050ab3abcf1c3edf434754862b589569.tar.bz2 |
Windows build: close out 2.2, prep for 2.3.
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r-- | PC/pyconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 20792ac..6402f1d 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -333,9 +333,9 @@ typedef int pid_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,"python22_d.lib") +#pragma comment(lib,"python23_d.lib") #else -#pragma comment(lib,"python22.lib") +#pragma comment(lib,"python23.lib") #endif #endif /* USE_DL_EXPORT */ |