]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Thomas Heller noticed that the wrong registry entry was written for
authorGuido van Rossum <guido@python.org>
Tue, 22 Aug 2000 12:10:02 +0000 (12:10 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 22 Aug 2000 12:10:02 +0000 (12:10 +0000)
the DLL.  Replace
 %_SYSDEST_%\Python20.dll
with
 %_DLLDEST_%\Python20.dll.

PCbuild/python20.wse

index 6e0b1b8b8d799cc8453639074bdcb108d513fe77..a09e51e8ddae39b037572469826bf35d566ce656 100644 (file)
@@ -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