summaryrefslogtreecommitdiffstats
path: root/PCbuild/_testembed.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* bpo-36941: Windows build changes for Windows ARM64 (GH-13365)Paul Monson2019-05-171-0/+16
|
* bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)Paul Monson2019-02-141-0/+16
| | | This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
* Adds version info to all signed binaries on Windows.Steve Dower2016-04-061-0/+3
|
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-107/+23
| | | | which will be used for the official 3.5 release.
* Issue #18093: Give the Windows build _testembed.c's new location.Zachary Ware2014-07-251-1/+1
|
* Close #19439: execute embedding tests on WindowsNick Coghlan2013-11-031-0/+161
Patch by Zachary Ware