From 9026c6ac838422051e9ccd849be61dc8eeb8c042 Mon Sep 17 00:00:00 2001 From: Matthias Huetsch Date: Sun, 1 Sep 2002 17:58:39 +0000 Subject: #102715# Fixed C++ library versioning (UNIXVERSIONNAMES=UDK). --- cppuhelper/prj/d.lst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cppuhelper/prj') diff --git a/cppuhelper/prj/d.lst b/cppuhelper/prj/d.lst index e27a93cd9474..bfe02eae2a66 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.*.*.* -- cgit