Update "MSVC binaries" section of the release build instructions
Reflect currently used versions. Closes https://github.com/wxWidgets/wxWidgets/pull/1569
This commit is contained in:
parent
b21f9ff6f5
commit
191aa30222
@ -156,7 +156,8 @@ in the generated files too.
|
|||||||
## MSW Visual Studio Official Builds
|
## MSW Visual Studio Official Builds
|
||||||
|
|
||||||
To build official x86 and x64 shared binaries the following are prerequisites:
|
To build official x86 and x64 shared binaries the following are prerequisites:
|
||||||
- Visual Studio 2012, 2013, 2015
|
|
||||||
|
- Visual Studio 2008, 2010, 2012, 2013, 2015, 2017, 2019
|
||||||
- Windows SDK 6.1, 7.1 (required for x64 builds for Visual Studio 2008, 2010)
|
- Windows SDK 6.1, 7.1 (required for x64 builds for Visual Studio 2008, 2010)
|
||||||
- 7z (required for packaging the files)
|
- 7z (required for packaging the files)
|
||||||
- fciv (required for generating the checksums)
|
- fciv (required for generating the checksums)
|
||||||
@ -171,6 +172,15 @@ WINDOWS71SDK
|
|||||||
|
|
||||||
If either of these are blank they are set to the default install location.
|
If either of these are blank they are set to the default install location.
|
||||||
|
|
||||||
|
For Visual Studio 2017 and 2019 the VSxxxxCOMNTOOLS environment variable is not
|
||||||
|
set by the installer as these two versions support multiple toolsets.
|
||||||
|
The build script will check the following in sequence:
|
||||||
|
- If VSxxxCOMNTOOLS is set (xxx=141: VS2017, xxx=142: VS2019) it is used as
|
||||||
|
the path to call VsDevCmd.bat to set up the environmet.
|
||||||
|
- If VSxxxCOMNTOOLS is not set, then the Visual Studio tool vswhere is used
|
||||||
|
to find the latest installed toolset for the compiler and the associated
|
||||||
|
VsDevCmd.bat file is used to set up the environment.
|
||||||
|
|
||||||
To build binaries for a single compiler, open a command prompt (for Visual
|
To build binaries for a single compiler, open a command prompt (for Visual
|
||||||
Studio 2008 only an SDK 6.1 developer's command prompt must be used),
|
Studio 2008 only an SDK 6.1 developer's command prompt must be used),
|
||||||
cd to the build\tools\msvs folder and run the batch file 'officialbuild'
|
cd to the build\tools\msvs folder and run the batch file 'officialbuild'
|
||||||
@ -181,10 +191,13 @@ Visual Studio 2010 vc100
|
|||||||
Visual Studio 2012 vc110
|
Visual Studio 2012 vc110
|
||||||
Visual Studio 2014 vc120
|
Visual Studio 2014 vc120
|
||||||
Visual Studio 2015 vc140
|
Visual Studio 2015 vc140
|
||||||
|
Visual Studio 2017 vc141
|
||||||
|
Visual Studio 2019 vc142
|
||||||
|
|
||||||
This will build all of the x86 and x64 binaries for the selected compiler version,
|
This will build all of the x86 and x64 binaries for the selected compiler version,
|
||||||
package them in 7z files and calculate the checksums. The 7z files and the
|
package them in 7z files and calculate the checksums. The 7z files and the
|
||||||
checksums are output to the build\msw\packages folder.
|
checksums are output to the build\msw\packages folder.
|
||||||
|
|
||||||
All of the compiler packages can be built at the same time by executing the
|
All of the compiler packages can be built at the same time by executing the
|
||||||
build\msw\tools\buildall.bat file (including Visual Studio 2000).
|
build\tools\msvs\buildall.bat file from a command prompt. Each build will be
|
||||||
|
launched in its own shell.
|
||||||
|
Loading…
Reference in New Issue
Block a user