summaryrefslogtreecommitdiffstats
path: root/PCbuild/prepare_libffi.bat
Commit message (Collapse)AuthorAgeFilesLines
* LibFFI build requires x64 Cygwin, and skip the ARM build (GH-101743)Steve Dower2023-02-091-2/+2
|
* bpo-45022: Pin current libffi build to fixed version in preparation for ↵Steve Dower2021-08-261-5/+13
| | | | | upcoming update (GH-27982) Also improve the build script for libffi, which is not used as part of the regular build.
* bpo-42336: Improve PCbuild batch files (GH-23275)Steve Dower2020-11-181-7/+6
|
* bpo-33125: Add support for building and releasing Windows ARM64 packages ↵Steve Dower2019-11-201-1/+6
| | | | | (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-36941: Windows build changes for Windows ARM64 (GH-13365)Paul Monson2019-05-171-2/+22
|
* bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)Paul Monson2019-04-181-2/+13
|
* bpo-35947: Update Windows to the current version of libffi (GH-11797)Paul Monson2019-03-291-0/+169
We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.