diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-11 04:30:35 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-11 04:30:35 (GMT) |
commit | b2a22f453322ccfcabcdb633d42513e64d65659d (patch) | |
tree | 8e2326e669855d33fc2573e35581474f8c895161 /PCbuild | |
parent | 8e68eb61f25deafc3c3b3beb814e5deadd05a496 (diff) | |
download | cpython-b2a22f453322ccfcabcdb633d42513e64d65659d.zip cpython-b2a22f453322ccfcabcdb633d42513e64d65659d.tar.gz cpython-b2a22f453322ccfcabcdb633d42513e64d65659d.tar.bz2 |
Magic strings in both Python and the Wise installer define the registry key
to be used in Windows. They got out of synch. Repaired that, and added
comments to each one pointing at the other.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index f9bb5c4..cc9be9f 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -70,9 +70,12 @@ item: Set Variable Variable=GROUP Value=Python 2.1 end +item: Remark + Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID in python_nt.rc +end item: Set Variable Variable=PY_VERSION - Value=2.1b1 + Value=2.1 end item: Set Variable Variable=MAINDIR |