summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Executable.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-04-01 20:49:35 +0000
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 09:50:03 +0200
commitfa0e0b9416c23ce14f222f443f7704077f20afc0 (patch)
treeecd2c4ded11c00c6eebc007dff82ecc663385b54 /solenv/gbuild/Executable.mk
parent4a435e341f618d0dc811f919fb7446a0771e2fd7 (diff)
gnumake4: #i117610#: gbuild: more convenient handling for external libs: [hg:ee31ca60454d]
add local variable LIBS to LinkTarget, which is given verbatim to the linker. add gb_LinkTarget_use_external, with forwards for Library etc. for actual definitions of externals read in optional RepositoryExternal.mk.
Diffstat (limited to 'solenv/gbuild/Executable.mk')
-rw-r--r--solenv/gbuild/Executable.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/Executable.mk b/solenv/gbuild/Executable.mk
index a1cf1c34856b..d90a14caa9da 100644
--- a/solenv/gbuild/Executable.mk
+++ b/solenv/gbuild/Executable.mk
@@ -81,6 +81,8 @@ $(eval $(foreach method,\
set_library_path_flags \
add_linked_libs \
add_linked_static_libs \
+ use_external \
+ use_externals \
add_package_headers \
add_sdi_headers \
add_precompiled_header \