diff options
author | Guido van Rossum <guido@python.org> | 2000-08-22 12:10:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-08-22 12:10:02 (GMT) |
commit | 6424524fbe6a6a68289ca70a6d3387ac84f88fa9 (patch) | |
tree | 98dc7ff5d1deafa9ea9dd1772ed0c1e0e6f14a96 /PCbuild/python20.wse | |
parent | 48b3eee170d84909ed6f7888374847ade0c3b01d (diff) | |
download | cpython-6424524fbe6a6a68289ca70a6d3387ac84f88fa9.zip cpython-6424524fbe6a6a68289ca70a6d3387ac84f88fa9.tar.gz cpython-6424524fbe6a6a68289ca70a6d3387ac84f88fa9.tar.bz2 |
Thomas Heller noticed that the wrong registry entry was written for
the DLL. Replace
%_SYSDEST_%\Python20.dll
with
%_DLLDEST_%\Python20.dll.
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 6e0b1b8..a09e51e 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 |