diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-26 00:51:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-05-26 00:51:49 +0300 |
commit | 981a459575beaa5ec412609dccb5dbe265100dea (patch) | |
tree | 655f91d22e7621ade7f1859138d2c04e0244614d | |
parent | 393247bbcd572b111c3430dee2081310c1b2185c (diff) |
Match also name of the static library built for iOS
-rw-r--r-- | salhelper/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/prj/d.lst b/salhelper/prj/d.lst index a0769a40d..7a54bacdf 100644 --- a/salhelper/prj/d.lst +++ b/salhelper/prj/d.lst @@ -15,7 +15,7 @@ mkdir: %_DEST%\inc%_EXT%\salhelper ..\%__SRC%\bin\salhelp*.dll %_DEST%\bin%_EXT%\salhelp*.dll ..\%__SRC%\lib\*salhelper*.lib %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\libuno_salhelper*.*.* %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\libuno_salhelper*.* %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\libsalhelper*.a %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\salhelper*.lib %_DEST%\lib%_EXT%\* |