summaryrefslogtreecommitdiff
path: root/msvc_build/aarch64/Ffi_staticLib.vcxproj.user
Commit message (Collapse)AuthorAgeFilesLines
* Clean up line endings (#509)John Ericson2019-10-081-3/+3
| | | | The CLRF visual studio files can be kept that way, but recognized as text. The assembly file can be converted to LF.
* libffi: added ARM64 support for Windows (#486)ossdev072019-06-251-0/+4
* 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