diff options
author | Matthias Huetsch <mhu@openoffice.org> | 2002-09-01 17:29:42 +0000 |
---|---|---|
committer | Matthias Huetsch <mhu@openoffice.org> | 2002-09-01 17:29:42 +0000 |
commit | ffaf3f5fb3dee06d26b67f99934addb3dfac0573 (patch) | |
tree | 9b5dd3ee97dea21ce4aded692e5032818d9f3a07 /salhelper/prj | |
parent | 2ce65a5251c9496afdbd8848ff004fc8763fbe83 (diff) |
#102715# Fixed C++ library versioning (UNIXVERSIONNAMES=UDK).
Diffstat (limited to 'salhelper/prj')
-rw-r--r-- | salhelper/prj/d.lst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/salhelper/prj/d.lst b/salhelper/prj/d.lst index ee02c3178f3c..dd64b484bc3c 100644 --- a/salhelper/prj/d.lst +++ b/salhelper/prj/d.lst @@ -11,8 +11,10 @@ mkdir: %_DEST%\inc%_EXT%\salhelper ..\%__SRC%\bin\salhelper*.dll %_DEST%\bin%_EXT%\salhelper*.dll ..\%__SRC%\lib\*salhelper*.lib %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\libsalhelper*.so %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\libsalhelper*.dylib %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\libsalhelper*.so* %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\libsalhelper*.dylib* %_DEST%\lib%_EXT%\* + ..\%__SRC%\lib\libsalhelper*.a %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\salhelper*.lib %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\libsample*.so %_DEST%\lib%_EXT%\* + +linklib: libsalhelper*.so.*.*.* |