From 6424524fbe6a6a68289ca70a6d3387ac84f88fa9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 22 Aug 2000 12:10:02 +0000 Subject: [PATCH] Thomas Heller noticed that the wrong registry entry was written for the DLL. Replace %_SYSDEST_%\Python20.dll with %_DLLDEST_%\Python20.dll. --- PCbuild/python20.wse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 6e0b1b8b8d7..a09e51e8dda 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