[Python-checkins] CVS: python/dist/src/PC python_nt.rc,1.12,1.13

Tim Peters tim_one@usw-pr-cvs1.sourceforge.net
Sat, 10 Mar 2001 20:30:37 -0800


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

Modified Files:
	python_nt.rc 
Log Message:
Magic strings in both Python and the Wise installer define the registry key
to be used in Windows.  They got out of synch.  Repaired that, and added
comments to each one pointing at the other.


Index: python_nt.rc
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/python_nt.rc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** python_nt.rc	2001/02/09 07:02:22	1.12
--- python_nt.rc	2001/03/11 04:30:35	1.13
***************
*** 12,15 ****
--- 12,16 ----
   *    MS_DLL_ID if the minor version number changes.
   *    PYTHON_DLL_NAME ditto.
+  * MS_DLL_ID must match PY_VERSION in the Windows install script.
   */
  #define MS_DLL_ID "2.1"