diff options
author | Matthias Huetsch <mhu@openoffice.org> | 2002-09-01 17:58:39 +0000 |
---|---|---|
committer | Matthias Huetsch <mhu@openoffice.org> | 2002-09-01 17:58:39 +0000 |
commit | 95bb0fc721da4775ab7f10d065883baecff17f9d (patch) | |
tree | ff3034a22f616f9e1b5018aa362b813d198edc53 /cppuhelper/prj | |
parent | 3532b8410f3744b9482e25c18259317efe023b39 (diff) |
#102715# Fixed C++ library versioning (UNIXVERSIONNAMES=UDK).
Diffstat (limited to 'cppuhelper/prj')
-rw-r--r-- | cppuhelper/prj/d.lst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/prj/d.lst b/cppuhelper/prj/d.lst index e27a93cd9..bfe02eae2 100644 --- a/cppuhelper/prj/d.lst +++ b/cppuhelper/prj/d.lst @@ -58,8 +58,9 @@ mkdir: %_DEST%\inc%_EXT%\cppuhelper ..\%__SRC%\bin\cppuhelper*.dll %_DEST%\bin%_EXT%\cppuhelper*.dll ..\%__SRC%\lib\*cppuhelper*.lib %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\libcppuhelper*.so %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\libcppuhelper*.dylib %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\libcppuhelper*.so* %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\libcppuhelper*.dylib* %_DEST%\lib%_EXT%\* + ..\%__SRC%\lib\libcppuhelper*.a %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\cppuhelper*.lib %_DEST%\lib%_EXT%\* ..\%__SRC%\misc\cppuhelper*.pdb %_DEST%\misc%_EXT%\* @@ -70,3 +71,5 @@ mkdir: %_DEST%\inc%_EXT%\cppuhelper dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi" + +linklib: libcppuhelper*.so.*.*.* |