[Python-checkins] CVS: python/dist/src/PC config.h,1.39,1.40

Mark Hammond python-dev@python.org
Fri, 30 Jun 2000 08:47:04 -0700


Update of /cvsroot/python/python/dist/src/PC
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23462

Modified Files:
	config.h 
Log Message:
Python's .lib is now named Python20.lib

Index: config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** config.h	2000/06/30 05:02:53	1.39
--- config.h	2000/06/30 15:47:02	1.40
***************
*** 289,295 ****
  /* So nobody needs to specify the .lib in their Makefile any more */
  #ifdef _DEBUG
! #pragma comment(lib,"python16_d.lib")
  #else
! #pragma comment(lib,"python16.lib")
  #endif
  #endif /* USE_DL_EXPORT */
--- 289,295 ----
  /* So nobody needs to specify the .lib in their Makefile any more */
  #ifdef _DEBUG
! #pragma comment(lib,"python20_d.lib")
  #else
! #pragma comment(lib,"python20.lib")
  #endif
  #endif /* USE_DL_EXPORT */