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 | a06cc6daa4f5ea07ef027c72a64b12a64c7f4b74 (patch) | |
tree | c16c50553ba4cf8b3baa8c8d63e4eca4ef858153 /salhelper | |
parent | cd7f36b1c28835137c6d1d3036a4c1d19e8531b5 (diff) |
#102715# Fixed C++ library versioning (UNIXVERSIONNAMES=UDK).
Diffstat (limited to 'salhelper')
-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 ee02c3178..dd64b484b 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.*.*.* |