Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7cef62

Browse files
committed
Merged revisions 66722 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r66722 | martin.v.loewis | 2008-10-02 13:44:17 +0200 (Do, 02 Okt 2008) | 1 line Use CRT 9 policy files. ........
1 parent fe21884 commit f7cef62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/msi/merge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
if len(sys.argv)==2:
1010
msi = sys.argv[1]
1111
if Win64:
12-
modules = ["Microsoft_VC90_CRT_x86_x64.msm", "policy_8_0_Microsoft_VC80_CRT_x86_x64.msm"]
12+
modules = ["Microsoft_VC90_CRT_x86_x64.msm", "policy_9_0_Microsoft_VC90_CRT_x86_x64.msm"]
1313
if not msi: msi = "python-%s.amd64.msi" % full_current_version
1414
else:
15-
modules = ["Microsoft_VC90_CRT_x86.msm","policy_8_0_Microsoft_VC80_CRT_x86.msm"]
15+
modules = ["Microsoft_VC90_CRT_x86.msm","policy_9_0_Microsoft_VC90_CRT_x86.msm"]
1616
if not msi: msi = "python-%s.msi" % full_current_version
1717
for i, n in enumerate(modules):
1818
modules[i] = os.path.join(mod_dir, n)

0 commit comments

Comments
 (0)