From: Guido van Rossum Date: Tue, 22 Aug 2000 12:10:02 +0000 (+0000) Subject: Thomas Heller noticed that the wrong registry entry was written for X-Git-Tag: v2.0b1~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6424524fbe6a6a68289ca70a6d3387ac84f88fa9;p=thirdparty%2FPython%2Fcpython.git Thomas Heller noticed that the wrong registry entry was written for the DLL. Replace %_SYSDEST_%\Python20.dll with %_DLLDEST_%\Python20.dll. --- diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 6e0b1b8b8d79..a09e51e8ddae 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -997,7 +997,7 @@ item: Edit Registry end item: Edit Registry Key=Software\Python\PythonCore\%PY_VERSION%\Dll - New Value=%_SYSDEST_%\Python20.dll + New Value=%_DLLDEST_%\Python20.dll Root=2 end item: Edit Registry