summaryrefslogtreecommitdiff
path: root/extensions/StaticLibrary_npsoenv.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-04-30 14:40:16 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-04-30 15:07:22 +0200
commit1de73df9cb3fdda3732c5270864bc30e38e63c2f (patch)
tree482ad753060f65acce327f45ce882175d63c9f15 /extensions/StaticLibrary_npsoenv.mk
parent78eadd2f122e072f217137199430f113f41b450a (diff)
cp#1000068 testcase
Change-Id: I0dbbfd9c82600fbc5c98c5107639e1714b220c71
Diffstat (limited to 'extensions/StaticLibrary_npsoenv.mk')
0 files changed, 0 insertions, 0 deletions
td>Peter Foley Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> 2012-12-02RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 2012-04-08gbuild: "use" vs. "add":Michael Stahl Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan