[Python-checkins] CVS: python/dist/src/PC pyconfig.h,1.5,1.6 python_nt.rc,1.15,1.16
Tim Peters
tim_one@users.sourceforge.net
2001年12月21日 14:06:14 -0800
Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv11897/python/PC
Modified Files:
pyconfig.h python_nt.rc
Log Message:
Windows build: close out 2.2, prep for 2.3.
Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pyconfig.h 2001年10月30日 21:09:55 1.5
--- pyconfig.h 2001年12月21日 22:06:12 1.6
***************
*** 334,340 ****
of by the Distutils, so it's not a problem). */
#ifdef _DEBUG
! #pragma comment(lib,"python22_d.lib")
#else
! #pragma comment(lib,"python22.lib")
#endif
#endif /* USE_DL_EXPORT */
--- 334,340 ----
of by the Distutils, so it's not a problem). */
#ifdef _DEBUG
! #pragma comment(lib,"python23_d.lib")
#else
! #pragma comment(lib,"python23.lib")
#endif
#endif /* USE_DL_EXPORT */
Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** python_nt.rc 2001年08月19日 00:56:28 1.15
--- python_nt.rc 2001年12月21日 22:06:12 1.16
***************
*** 14,18 ****
* MS_DLL_ID must match PY_VERSION in the Windows install script.
*/
! #define MS_DLL_ID "2.2"
#ifndef PYTHON_DLL_NAME
--- 14,18 ----
* MS_DLL_ID must match PY_VERSION in the Windows install script.
*/
! #define MS_DLL_ID "2.3"
#ifndef PYTHON_DLL_NAME
***************
*** 74,78 ****
VALUE "FileVersion", PYTHON_VERSION
VALUE "InternalName", "Python DLL0円"
! VALUE "LegalCopyright", "Copyright ゥ 2001 Python Software Foundation. Copyright ゥ 2000 BeOpen.com. Copyright ゥ 1995-2001 CNRI. Copyright ゥ 1991-1995 SMC.0円"
VALUE "OriginalFilename", PYTHON_DLL_NAME "0円"
VALUE "ProductName", "Python0円"
--- 74,78 ----
VALUE "FileVersion", PYTHON_VERSION
VALUE "InternalName", "Python DLL0円"
! VALUE "LegalCopyright", "Copyright ゥ 2001-2002 Python Software Foundation. Copyright ゥ 2000 BeOpen.com. Copyright ゥ 1995-2001 CNRI. Copyright ゥ 1991-1995 SMC.0円"
VALUE "OriginalFilename", PYTHON_DLL_NAME "0円"
VALUE "ProductName", "Python0円"