summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-06-05 07:09:10 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-06-05 07:09:10 +0000
commit46b5ff6602be6668222f565e7996deff0a59c51d (patch)
tree829d0ca031747857da0078d5c7174241b9fafced
parent81424eac90471d30e2d5c6e340e72aabfcf49b8f (diff)
#87605# create symbolic links for delivered library
-rw-r--r--bridges/prj/d.lst2
-rw-r--r--cppu/prj/d.lst2
-rw-r--r--sal/prj/d.lst2
-rw-r--r--store/prj/d.lst2
4 files changed, 8 insertions, 0 deletions
diff --git a/bridges/prj/d.lst b/bridges/prj/d.lst
index 093a8babbf47..e2c5f6f1e8e3 100644
--- a/bridges/prj/d.lst
+++ b/bridges/prj/d.lst
@@ -34,3 +34,5 @@ mkdir: %_DEST%\inc%_EXT%\bridges\java
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: librmcxt.so.3.0.0
diff --git a/cppu/prj/d.lst b/cppu/prj/d.lst
index c6b6446917ea..4a4b0e2b05d4 100644
--- a/cppu/prj/d.lst
+++ b/cppu/prj/d.lst
@@ -47,3 +47,5 @@ mkdir: %_DEST%\inc%_EXT%\uno
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: libcppu.so.3.0.0
diff --git a/sal/prj/d.lst b/sal/prj/d.lst
index 23ffad7323d4..7ab6077ffa23 100644
--- a/sal/prj/d.lst
+++ b/sal/prj/d.lst
@@ -46,3 +46,5 @@ mkdir: %_DEST%\inc%_EXT%\systools\unx
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: libsal.so.3.0.0
diff --git a/store/prj/d.lst b/store/prj/d.lst
index 3c5256154df5..23e31f26e010 100644
--- a/store/prj/d.lst
+++ b/store/prj/d.lst
@@ -14,3 +14,5 @@ mkdir: %_DEST%\inc%_EXT%\store
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: libstore.so.3.0.0
ride.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist Change-Id: Ibf313b8948a493043006ebf3a8281487c1f67b48 Reviewed-on: https://gerrit.libreoffice.org/25532 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>