summaryrefslogtreecommitdiffstats
path: root/PCbuild/_decimal.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* MSVC: The ARM command line should not define MASM. (#21817)Stefan Krah2020-08-101-3/+3
|
* Remove deleted libmpdec header from the Visual Studio build machinery. ↵Stefan Krah2020-06-081-1/+0
| | | | (GH-20730)
* Rename memory.c to mpalloc.c for consistency with the header file. (#14687)Stefan Krah2019-07-101-1/+1
|
* bpo-36941: Windows build changes for Windows ARM64 (GH-13365)Paul Monson2019-05-171-0/+18
|
* bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)Paul Monson2019-02-141-0/+18
| | | 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.
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-231-1/+1
|
* bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-091-3/+0
|
* 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-198/+14
| | | | which will be used for the official 3.5 release.
* Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.Martin v. Löwis2012-08-241-4/+0
|
* Clean up the PCBuild project files, removing redundant settings andKristján Valur Jónsson2012-05-191-14/+7
| | | | | use "references" to link to dependent projects. Update readme and batch files.
* changeset: 76969:0cbe1099226dBrian Curtin2012-05-131-0/+22
| | | | | | | | branch: vs2010 tag: tip user: Brian Curtin <brian@python.org> date: Sun May 13 16:15:11 2012 -0500 summary: Changes to allow Profile Guided Optimization builds to succeed on VS2010
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+297