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

(cherry picked from commit fd0fa67464)
This commit is contained in:
Miss Islington (bot) 2017-11-16 16:49:36 -08:00 committed by Steve Dower
parent 6cc476ace1
commit 0a6158ca39

View file

@ -39,6 +39,8 @@ line using the "build.bat" script in this directory; see below for
details. The solution is configured to build the projects in the correct details. The solution is configured to build the projects in the correct
order. order.
To build an installer package, refer to the README in the Tools/msi folder.
The solution currently supports two platforms. The Win32 platform is The solution currently supports two platforms. The Win32 platform is
used to build standard x86-compatible 32-bit binaries, output into the 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 win32 sub-directory. The x64 platform is used for building 64-bit AMD64