[Python-checkins] CVS: python/dist/src/PC config.h,1.47,1.48 python_nt.rc,1.10,1.11

Tim Peters tim_one@users.sourceforge.net
Wed, 17 Jan 2001 15:23:15 -0800


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

Modified Files:
	config.h python_nt.rc 
Log Message:
Windows:  2.1a1 changes so Python runs again.  Note that the python20
subproject is gone, replaced by the new pythoncore subproject.


Index: config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** config.h	2000/11/13 17:29:30	1.47
--- config.h	2001/01/17 23:23:13	1.48
***************
*** 328,334 ****
     of by the Distutils, so it's not a problem). */
  #ifdef _DEBUG
! #pragma comment(lib,"python20_d.lib")
  #else
! #pragma comment(lib,"python20.lib")
  #endif
  #endif /* USE_DL_EXPORT */
--- 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 */

Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** python_nt.rc	2000/06/29 22:30:37	1.10
--- python_nt.rc	2001/01/17 23:23:13	1.11
***************
*** 14,18 ****
  
  #ifndef PYTHON_DLL_NAME
! #define PYTHON_DLL_NAME "Python20.dll"
  #endif
  
--- 14,18 ----
  
  #ifndef PYTHON_DLL_NAME
! #define PYTHON_DLL_NAME "Python21.dll"
  #endif