[Python-checkins] python/dist/src/PC pyconfig.h,1.19,1.20 python_nt.rc,1.27,1.28

mhammond@users.sourceforge.net mhammond@users.sourceforge.net
Wed, 30 Jul 2003 19:06:24 -0700


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

Modified Files:
	pyconfig.h python_nt.rc 
Log Message:
Complete move of windows builds to 2.4alpha


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** pyconfig.h	29 Mar 2003 10:04:55 -0000	1.19
--- pyconfig.h	31 Jul 2003 02:06:22 -0000	1.20
***************
*** 219,225 ****
  			taken care of by distutils.) */
  #			ifdef _DEBUG
! #				pragma comment(lib,"python23_d.lib")
  #			else
! #				pragma comment(lib,"python23.lib")
  #			endif /* _DEBUG */
  #		endif /* _MSC_VER */
--- 219,225 ----
  			taken care of by distutils.) */
  #			ifdef _DEBUG
! #				pragma comment(lib,"python24_d.lib")
  #			else
! #				pragma comment(lib,"python24.lib")
  #			endif /* _DEBUG */
  #		endif /* _MSC_VER */

Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** python_nt.rc	29 Jul 2003 00:25:20 -0000	1.27
--- python_nt.rc	31 Jul 2003 02:06:22 -0000	1.28
***************
*** 13,20 ****
   * MS_DLL_ID must match PY_VERSION in the Windows install script.
   */
! #define MS_DLL_ID "2.3"
  
  #ifndef PYTHON_DLL_NAME
! #define PYTHON_DLL_NAME "python23.dll"
  #endif
  
--- 13,20 ----
   * MS_DLL_ID must match PY_VERSION in the Windows install script.
   */
! #define MS_DLL_ID "2.4"
  
  #ifndef PYTHON_DLL_NAME
! #define PYTHON_DLL_NAME "python24.dll"
  #endif
  
***************
*** 34,45 ****
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.3,
   * PY_MICRO_VERSION = 0
!  * PY_RELEASE_LEVEL = 'final' = 0xf
   * PY_RELEASE_SERIAL = 0
   *
!  * and 0*1000 + 15*10 + 0 = 150
   */
! #define FIELD3 150
  
  /* e.g., 2.1a2
--- 34,45 ----
   * following comment and #define are output from PCbuild\field3.py:
   *
!  * For 2.4a0,
   * PY_MICRO_VERSION = 0
!  * PY_RELEASE_LEVEL = 'alpha' = 0xa
   * PY_RELEASE_SERIAL = 0
   *
!  * and 0*1000 + 10*10 + 0 = 100
   */
! #define FIELD3 100
  
  /* e.g., 2.1a2