[Python-checkins] bpo-31691: Specify where to find build instructions for the Windows installer (#4426)

Steve Dower webhook-mailer at python.org
Thu Nov 16 18:56:31 EST 2017


https://github.com/python/cpython/commit/fd0fa67464f75cebca67cd14d050476a0c73bd53
commit: fd0fa67464f75cebca67cd14d050476a0c73bd53
branch: master
author: native-api <ivan_pozdeev at mail.ru>
committer: Steve Dower <steve.dower at microsoft.com>
date: 2017-11-16T15:56:27-08:00
summary:

bpo-31691: Specify where to find build instructions for the Windows installer (#4426)

files:
M PCbuild/readme.txt

diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index a4b7d493039..d28435b4c4d 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -25,6 +25,8 @@ external dependencies. To build, simply run the "build.bat" script without
 any arguments. After this succeeds, you can open the "pcbuild.sln"
 solution in Visual Studio to continue development.
 
+To build an installer package, refer to the README in the Tools/msi folder.
+
 The solution currently supports two platforms.  The Win32 platform is
 used to build standard x86-compatible 32-bit binaries, output into the
 win32 sub-directory.  The x64 platform is used for building 64-bit AMD64



More information about the Python-checkins mailing list