From 6ccfedf58f463ebfa833a0840f7bd77a8e7e6338 Mon Sep 17 00:00:00 2001 From: Pascal Junck Date: Wed, 3 Nov 2004 07:41:27 +0000 Subject: INTEGRATION: CWS sb22 (1.17.22); FILE MERGED 2004/10/22 07:28:49 sb 1.17.22.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries. --- cppuhelper/prj/d.lst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cppuhelper/prj') diff --git a/cppuhelper/prj/d.lst b/cppuhelper/prj/d.lst index 3592a48391c9..c2d1c38eb7e2 100644 --- a/cppuhelper/prj/d.lst +++ b/cppuhelper/prj/d.lst @@ -59,14 +59,11 @@ 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\libcppuhelperC52.so.3 %_DEST%\lib%_EXT%\libcppuhelper3C52.so -..\%__SRC%\lib\libcppuhelpergcc3.so.3 %_DEST%\lib%_EXT%\libcppuhelper3gcc3.so -..\%__SRC%\lib\libcppuhelper*.dylib* %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\libuno_cppuhelper*.*.* %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\libcppuhelper*.a %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\cppuhelper*.lib %_DEST%\lib%_EXT%\* dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" -linklib: libcppuhelper*.so.*.*.* +linklib: libuno_cppuhelper*.*.* -- cgit