Kaydet (Commit) b2a22f45 authored tarafından Tim Peters's avatar Tim Peters

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.
üst 8e68eb61
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
/* Across releases, change: /* Across releases, change:
* MS_DLL_ID if the minor version number changes. * MS_DLL_ID if the minor version number changes.
* PYTHON_DLL_NAME ditto. * PYTHON_DLL_NAME ditto.
* MS_DLL_ID must match PY_VERSION in the Windows install script.
*/ */
#define MS_DLL_ID "2.1" #define MS_DLL_ID "2.1"
......
...@@ -70,9 +70,12 @@ item: Set Variable ...@@ -70,9 +70,12 @@ item: Set Variable
Variable=GROUP Variable=GROUP
Value=Python 2.1 Value=Python 2.1
end 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 item: Set Variable
Variable=PY_VERSION Variable=PY_VERSION
Value=2.1b1 Value=2.1
end end
item: Set Variable item: Set Variable
Variable=MAINDIR Variable=MAINDIR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment