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 | ab29840eaa0ef9ef2187f96dbbc95fa2599d02ec (patch) | |
tree | e0e640ff284d94395f20767e4538b03313567649 /salhelper | |
parent | ae59ac86469e5e001cc4e274f5c2fd5258621ae1 (diff) |
Match also name of the static library built for iOS
Diffstat (limited to 'salhelper')
-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 a0769a40d3b5..7a54bacdf862 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%\* |