diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-13 20:34:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-14 00:19:30 +0300 |
commit | 5be442640ae350d614d452c63e02c0a3041dd71e (patch) | |
tree | 95c252a1de3831953b53bcc53a8a6c3194ab77eb /ucbhelper | |
parent | 67f9851d4cfe6a9430c988eb983794d4e11c080c (diff) |
Also deliver static library as built for iOS at least
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/prj/d.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucbhelper/prj/d.lst b/ucbhelper/prj/d.lst index b7e2f9c34d59..ab5c30a29995 100644 --- a/ucbhelper/prj/d.lst +++ b/ucbhelper/prj/d.lst @@ -1,6 +1,7 @@ ..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll ..\%__SRC%\lib\lib*.so %_DEST%\lib\lib*.so ..\%__SRC%\lib\lib*.dylib %_DEST%\lib\lib*.dylib +..\%__SRC%\lib\lib*.a %_DEST%\lib\lib*.a ..\%__SRC%\lib\*.lib %_DEST%\lib\*.lib ..\%__SRC%\misc\*.map %_DEST%\bin\*.map ..\%__SRC%\misc\*.sym %_DEST%\bin\*.sym |