summaryrefslogtreecommitdiff
path: root/msvc_build
Commit message (Collapse)AuthorAgeFilesLines
* Clean up line endings (#509)John Ericson2019-10-084-221/+221
| | | | The CLRF visual studio files can be kept that way, but recognized as text. The assembly file can be converted to LF.
* fix mingw build and crashing bugs for Python Windows ARM64 (#496)Paul Monson2019-08-071-2/+1
| | | | | | * fix mingw build and crashing bugs for Python Windows ARM64 * Fix issues found in PR review
* libffi: added ARM64 support for Windows (#486)ossdev072019-06-256-0/+955
* libffi: added ARM64 support for Windows 1. ported sysv.S to win64_armasm.S for armasm64 assembler 2. added msvc_build folder for visual studio solution 3. updated README.md for the same 4. MSVC solution created with the changes, and below test suites are tested with test script written in python. libffi.bhaible libffi.call 5. Basic functionality of above test suites are getting passed Signed-off-by: ossdev07 <ossdev@puresoftware.com> * Update README.md