Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(199)

Unified Diff: Tools/msi/msi.py

Issue 14843: support define_macros / undef_macros in setup.cfg
Patch Set: Created 11 months, 2 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/buildbot/external-common.bat ('k') | Tools/scripts/pyvenv » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
--- a/Tools/msi/msi.py Sat Jun 09 17:31:59 2012 +0100
+++ b/Tools/msi/msi.py Mon May 21 23:01:17 2012 -0400
@@ -875,7 +875,7 @@
def extract_msvcr100():
# Find the redistributable files
if msilib.Win64:
- arch = "x64"
+ arch = "amd64"
else:
arch = "x86"
dir = os.path.join(os.environ['VS100COMNTOOLS'], r"..\..\VC\redist\%s\Microsoft.VC100.CRT" % arch)
@@ -1122,7 +1122,6 @@
lib.add_file("2to3.py", src="2to3")
lib.add_file("pydoc3.py", src="pydoc3")
lib.add_file("pysetup3.py", src="pysetup3")
- lib.add_file("pyvenv.py", src="pyvenv")
if have_tcl:
lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
lib.add_file("pydocgui.pyw")
« no previous file with comments | « Tools/buildbot/external-common.bat ('k') | Tools/scripts/pyvenv » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7