Commit Graph

4 Commits

Author SHA1 Message Date
Matt Borgerson
5bf7bc2bcf ci: Check DLLs against /mingw64/bin instead of C:\Windows 2020-05-01 04:10:08 -07:00
GXTX
56faaf1400 build.sh: Use Python 3.x for Windows 2019-01-28 20:48:47 -07:00
muemart
592b4dbbf7 deploy: Use cygpath to translate ldd DLL paths
This patch adds a step in the get_deps.py script to translate the
UNIX style file paths given by `ldd`, which outputs paths of the
required DLLs for XQEMU, to the Windows style equivalents for
deployment of XQEMU on the Windows platform.

This step is necessary due to differences in path handling on
variants of Python in the MSYS2 environment. All variants seem
to handle the Windows style, but some do not understand the UNIX
style.
2018-07-16 20:42:48 -07:00
Matt Borgerson
e675fc038c CI: Add Appveyor support for Windows builds 2018-06-26 17:07:42 -07:00