summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Library.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-21 00:39:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:31 +0200
commitdef1a59d18b8cb1bf351ae83f2f11acbe41a8229 (patch)
tree5b388c4fa3f119ab236e6ca12ec62826284823c0 /solenv/gbuild/Library.mk
parent70c35265f517ef372cb739d4cc64499abf57a838 (diff)
gbuild: add a SHLXTHDL layer for libraries
... because this is the time of day when one thinks, wouldn't life simply be more awesome if there were a SHLXTHDL layer? Change-Id: I02df8a8bf9d7d641ea060e2cfef6643fe2202353
Diffstat (limited to 'solenv/gbuild/Library.mk')
-rw-r--r--solenv/gbuild/Library.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/Library.mk b/solenv/gbuild/Library.mk
index 37c6fbf6a6d4..a8f3cae8f36b 100644
--- a/solenv/gbuild/Library.mk
+++ b/solenv/gbuild/Library.mk
@@ -32,6 +32,7 @@
gb_Library_LAYER_DIRS := \
URELIB:$(gb_INSTROOT)/$(LIBO_URE_LIB_FOLDER) \
OOO:$(gb_INSTROOT)/$(gb_PROGRAMDIRNAME) \
+ SHLXTHDL:$(gb_INSTROOT)/$(gb_PROGRAMDIRNAME)/shlxthdl \
OXT:$(WORKDIR)/LinkTarget/ExtensionLibrary \
NONE:$(gb_Library_DLLDIR) \
@@ -169,6 +170,7 @@ gb_Library__COMPONENTPREFIXES := \
OOO:vnd.sun.star.expand:\dLO_LIB_DIR/ \
URELIB:vnd.sun.star.expand:\dURE_INTERNAL_LIB_DIR/ \
OXT:./ \
+ SHLXTHDL:ERROR_NOT_ALLOWED \
define gb_Library__forward_to_Linktarget
gb_Library_$(1) = $$(call gb_LinkTarget_$(1),$$(call gb_Library_get_linktarget,$$(1)),$$(2),$$(3),Library_$$(1))