summaryrefslogtreecommitdiff
path: root/bridges/prj/build.lst
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-14 00:32:43 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-14 00:51:32 +0300
commit9540af1ece646bd7b2ff31dad91e629a984d8904 (patch)
tree5b735d01f4d7ff9bbb39da9844f7dc38d486c9ac /bridges/prj/build.lst
parent2ba07916ffe8211410bc2d2e0c1a4c9ac77f601e (diff)
Start of C++/UNO bridge for iOS simulator and device
Unlikely to work yet, but at least builds for the simulator. We can not use dynamic code generation on iOS, so we use a fixed set of code snippets, genertated by a Perl script. Experimentation seems to indicate that a relatively small set of static code snippets should be enough in simple use cases with no extensions (that we can't really support on iOS anyway) and stuff. Except for the static set of snippets the code mostly is, or will be, an ifdefified combination of the gcc3_linux_arm and gcc3_macosx_intel code. The ABI on iOS ARM devices should be quite close to that on Linux ARM, knock on wood.
Diffstat (limited to 'bridges/prj/build.lst')
-rw-r--r--bridges/prj/build.lst1
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/prj/build.lst b/bridges/prj/build.lst
index 9c7b2f31548f..d3d5f6d5ad3d 100644
--- a/bridges/prj/build.lst
+++ b/bridges/prj/build.lst
@@ -22,6 +22,7 @@ br bridges\source\cpp_uno\gcc3_linux_hppa nmake - u br_gcc3lh br_unotypes NULL
br bridges\source\cpp_uno\gcc3_linux_alpha nmake - u br_gcc3ll br_unotypes NULL
br bridges\source\cpp_uno\gcc3_macosx_intel nmake - u br_gcc3macoxi br_cppuno_shared br_unotypes br_inc NULL
br bridges\source\cpp_uno\gcc3_macosx_powerpc nmake - u br_gcc3macoxp br_cppuno_shared br_unotypes br_inc NULL
+br bridges\source\cpp_uno\gcc3_ios_arm nmake - u br_gcc3iosr br_cppuno_shared br_unotypes br_inc NULL
br bridges\source\cpp_uno\cc50_solaris_sparc nmake - u br_cc50sols br_unotypes br_cppuno_shared br_inc NULL
br bridges\source\cpp_uno\cc5_solaris_sparc64 nmake - u br_cc5sols64 br_unotypes br_cppuno_shared br_inc NULL
br bridges\source\cpp_uno\cc50_solaris_intel nmake - u br_cc50soli br_unotypes br_cppuno_shared br_inc NULL