Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f738f0b5
Commit
f738f0b5
authored
Oct 02, 2008
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use CRT 9 policy files.
parent
12582c92
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Tools/msi/merge.py
Tools/msi/merge.py
+2
-2
No files found.
Tools/msi/merge.py
View file @
f738f0b5
...
...
@@ -9,10 +9,10 @@ msi = None
if
len
(
sys
.
argv
)
==
2
:
msi
=
sys
.
argv
[
1
]
if
Win64
:
modules
=
[
"Microsoft_VC90_CRT_x86_x64.msm"
,
"policy_
8_0_Microsoft_VC8
0_CRT_x86_x64.msm"
]
modules
=
[
"Microsoft_VC90_CRT_x86_x64.msm"
,
"policy_
9_0_Microsoft_VC9
0_CRT_x86_x64.msm"
]
if
not
msi
:
msi
=
"python-%s.amd64.msi"
%
full_current_version
else
:
modules
=
[
"Microsoft_VC90_CRT_x86.msm"
,
"policy_
8_0_Microsoft_VC8
0_CRT_x86.msm"
]
modules
=
[
"Microsoft_VC90_CRT_x86.msm"
,
"policy_
9_0_Microsoft_VC9
0_CRT_x86.msm"
]
if
not
msi
:
msi
=
"python-%s.msi"
%
full_current_version
for
i
,
n
in
enumerate
(
modules
):
modules
[
i
]
=
os
.
path
.
join
(
mod_dir
,
n
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment