[Python-checkins] CVS: python/dist/src/PCbuild python16.wse,1.8.2.2,1.8.2.2.2.1

Guido van Rossum python-dev@python.org
Tue, 22 Aug 2000 05:38:55 -0700


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

Modified Files:
      Tag: cnri-16-start
	python16.wse 
Log Message:
Thomas Heller noticed that the wrong registry entry was written for
the DLL.  Replace
 %_SYSDEST_%\Python16.dll
with
 %_DLLDEST_%\Python16.dll.


Index: python16.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/Attic/python16.wse,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.2.2.1
diff -C2 -r1.8.2.2 -r1.8.2.2.2.1
*** python16.wse	2000/08/06 19:30:07	1.8.2.2
--- python16.wse	2000/08/22 12:38:52	1.8.2.2.2.1
***************
*** 998,1002 ****
  item: Edit Registry
    Key=Software\Python\PythonCore\%PY_VERSION%\Dll
!   New Value=%_SYSDEST_%\Python16.dll
    Root=2
  end
--- 998,1002 ----
  item: Edit Registry
    Key=Software\Python\PythonCore\%PY_VERSION%\Dll
!   New Value=%_DLLDEST_%\Python16.dll
    Root=2
  end