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 | 9026c6ac838422051e9ccd849be61dc8eeb8c042 (patch) | |
tree | b1f81b5a5709fc29a329d8f7872be6dfdd8792aa /cppuhelper/prj | |
parent | 419bd1130842b739595743e69ba72e8afdb70453 (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 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.*.*.* |