[Python-checkins] python/dist/src/PC python_nt.rc,1.17,1.18

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 11 Oct 2002 10:51:46 -0700


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

Modified Files:
	python_nt.rc 
Log Message:
Repair the DLL name -- this has to match the major.minor version numbers.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** python_nt.rc	24 Jan 2002 00:04:37 -0000	1.17
--- python_nt.rc	11 Oct 2002 17:51:44 -0000	1.18
***************
*** 16,20 ****
  
  #ifndef PYTHON_DLL_NAME
! #define PYTHON_DLL_NAME "python22.dll"
  #endif
  
--- 16,20 ----
  
  #ifndef PYTHON_DLL_NAME
! #define PYTHON_DLL_NAME "python23.dll"
  #endif