We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e68eb6 commit b2a22f4Copy full SHA for b2a22f4
2 files changed
PC/python_nt.rc
@@ -11,6 +11,7 @@
11
/* Across releases, change:
12
* MS_DLL_ID if the minor version number changes.
13
* PYTHON_DLL_NAME ditto.
14
+ * MS_DLL_ID must match PY_VERSION in the Windows install script.
15
*/
16
#define MS_DLL_ID "2.1"
17
PCbuild/python20.wse
@@ -70,9 +70,12 @@ item: Set Variable
70
Variable=GROUP
71
Value=Python 2.1
72
end
73
+item: Remark
74
+ Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID in python_nt.rc
75
+end
76
item: Set Variable
77
Variable=PY_VERSION
- Value=2.1b1
78
+ Value=2.1
79
80
81
Variable=MAINDIR
0 commit comments