Build iOS library with xcode

This commit is contained in:
Mike Lewis
2012-04-06 20:02:08 -04:00
committed by Anthony Green
parent a098b44f4c
commit ebb8e89456
15 changed files with 6517 additions and 2 deletions

6
README
View File

@@ -129,7 +129,8 @@ under a MingW environment, you may need to remove the line in configure
that sets 'fix_srcfile_path' to a 'cygpath' command. ('cygpath' is not
present in MingW, and is not required when using MingW-style paths.)
For iOS builds, refer to the build-ios.sh script for guidance.
For iOS builds, run generate-ios-source-and-headers.py and then
libffi.xcodeproj should work.
Configure has many other options. Use "configure --help" to see them all.
@@ -152,8 +153,9 @@ See the ChangeLog files for details.
Add Linux/x32 support.
Add thiscall, fastcall and MSVC cdecl support on Windows.
Add Amiga and newer MacOS support.
Fix Octeon and MC68881 support.
Add m68k FreeMiNT support.
Integration with iOS' xcode build tools.
Fix Octeon and MC68881 support.
Fix code pessimizations.
Lots of build fixes.