[Python-checkins] CVS: python/dist/src/PC config.h,1.49,1.50 python_nt.rc,1.13,1.14

Tim Peters tim_one@users.sourceforge.net
Wed, 18 Apr 2001 14:12:27 -0700


Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv2242/python/dist/src/PC

Modified Files:
	config.h python_nt.rc 
Log Message:
Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
installations.


Index: config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** config.h	2001/02/28 08:15:16	1.49
--- config.h	2001/04/18 21:12:25	1.50
***************
*** 328,334 ****
     of by the Distutils, so it's not a problem). */
  #ifdef _DEBUG
! #pragma comment(lib,"python21_d.lib")
  #else
! #pragma comment(lib,"python21.lib")
  #endif
  #endif /* USE_DL_EXPORT */
--- 328,334 ----
     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 */

Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** python_nt.rc	2001/03/11 04:30:35	1.13
--- python_nt.rc	2001/04/18 21:12:25	1.14
***************
*** 14,21 ****
   * MS_DLL_ID must match PY_VERSION in the Windows install script.
   */
! #define MS_DLL_ID "2.1"
  
  #ifndef PYTHON_DLL_NAME
! #define PYTHON_DLL_NAME "python21.dll"
  #endif
  
--- 14,21 ----
   * MS_DLL_ID must match PY_VERSION in the Windows install script.
   */
! #define MS_DLL_ID "2.2"
  
  #ifndef PYTHON_DLL_NAME
! #define PYTHON_DLL_NAME "python22.dll"
  #endif