diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-01-27 22:23:20 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-01-27 22:44:03 +0200 |
commit | 98ed7409fc1f97a92365b8d78050caa9ea0cb118 (patch) | |
tree | 7f8011d983d9c2413e0e8b7b6febd8326b1549a2 /neon | |
parent | fa580e345c7deaf22a4552502182088fc9a9bbbb (diff) |
Deliver the static libneon built for iOS
Actually libneon probably can't be used in an app distributed through
the App Store thanks to its LGPL licensing, so eventually we either
need a replacement, like AOO, or need to bypass code that uses neon
for iOS. But for now let's keep building it...
Diffstat (limited to 'neon')
-rw-r--r-- | neon/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/neon/prj/d.lst b/neon/prj/d.lst index 0914f57985cf..437c56e0bc23 100644 --- a/neon/prj/d.lst +++ b/neon/prj/d.lst @@ -5,4 +5,5 @@ mkdir: %_DEST%\inc\external\neon ..\%__SRC%\lib\ineon.lib %_DEST%\lib\ineon.lib ..\%__SRC%\bin\neon*.dll %_DEST%\bin\neon*.dll ..\%__SRC%\lib\libneon*.so %_DEST%\lib\libneon*.so -..\%__SRC%\lib\libneon*.dylib %_DEST%\lib\libneon*.dylib
\ No newline at end of file +..\%__SRC%\lib\libneon*.dylib %_DEST%\lib\libneon*.dylib +..\%__SRC%\lib\libneon*.a %_DEST%\lib\libneon*.a |