summaryrefslogtreecommitdiffstats
path: root/PCbuild/find_msbuild.bat
Commit message (Collapse)AuthorAgeFilesLines
* bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)Steve Dower2020-03-111-8/+1
| | | Ensure we detect Build Tools installs using the newer logic, and skip looking in the registry for VS 2017.
* bpo-33125: Add support for building and releasing Windows ARM64 packages ↵Steve Dower2019-11-201-1/+1
| | | | | (GH-16828) Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable.
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-111-0/+10
| | | Also adds the PC/layout script for generating layouts on Windows.
* Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-071-10/+0
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-071-0/+10
|
* bro-33614: Override exit code in find_msbuild.bat (GH-7169)Steve Dower2018-05-281-0/+1
|
* bpo-33614: Ensures module definition files for the stable ABI on Windows are ↵Steve Dower2018-05-281-1/+9
| | | | correctly regenerated. (GH-7165)
* Minor improvements to the Windows build/release process (GH-5935)Steve Dower2018-02-281-8/+7
|
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-7/+8
| | | Updates ssl and tkinter projects to use pre-built externals
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on ↵Steve Dower2017-06-191-0/+51
vcvarsall.bat (#2252) * Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat Also fixes bdist_wininst.vcxproj to use correct version in generated name.