diff options
author | Stefan Grönke <stefan@gronke.org> | 2017-09-25 16:58:10 (GMT) |
---|---|---|
committer | Paul Moore <p.f.moore@gmail.com> | 2017-09-25 16:58:10 (GMT) |
commit | f1502d097c29b266a5748312ee2451a2d6ac0af6 (patch) | |
tree | b799565b97317d802a3e828f3341482ee2d8351c /Tools/msi/README.txt | |
parent | 8110dbd470f3daa4de58dda66d360e3c26d3b94f (diff) | |
download | cpython-f1502d097c29b266a5748312ee2451a2d6ac0af6.zip cpython-f1502d097c29b266a5748312ee2451a2d6ac0af6.tar.gz cpython-f1502d097c29b266a5748312ee2451a2d6ac0af6.tar.bz2 |
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Diffstat (limited to 'Tools/msi/README.txt')
-rw-r--r-- | Tools/msi/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/msi/README.txt b/Tools/msi/README.txt index 7023b61..1908f5c 100644 --- a/Tools/msi/README.txt +++ b/Tools/msi/README.txt @@ -64,7 +64,7 @@ Building the Installer Before building the installer, download extra build dependencies using Tools\msi\get_externals.bat. (Note that this is in addition to the -similarly named file in PCBuild.) +similarly named file in PCbuild.) For testing, the installer should be built with the Tools/msi/build.bat script: @@ -72,7 +72,7 @@ script: build.bat [-x86] [-x64] [--doc] [--test-marker] [--pack] This script will build the required configurations of Python and -generate an installer layout in PCBuild/(win32|amd64)/en-us. +generate an installer layout in PCbuild/(win32|amd64)/en-us. Specify -x86 and/or -x64 to build for each platform. If neither is specified, both platforms will be built. Currently, both the debug and |