From 778de55e0aa7dff3be5ac50dc20a552b2d5a5879 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 29 Jul 2012 12:21:38 +0200 Subject: add newly eligible modules to cross_tail_build Change-Id: I41113b6e4f53aa0e4b52e08e34938d34838feced --- Module_cross_tail_build.mk | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'Module_cross_tail_build.mk') diff --git a/Module_cross_tail_build.mk b/Module_cross_tail_build.mk index bf9ed3aaac51..2df5cb5fed7a 100644 --- a/Module_cross_tail_build.mk +++ b/Module_cross_tail_build.mk @@ -31,33 +31,69 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\ autodoc \ basegfx \ binaryurp \ + bridges \ + cli_ure \ + $(if $(filter CLUCENE,$(BUILD_TYPE)),\ + clucene \ + ) \ + $(if $(filter DESKTOP,$(BUILD_TYPE)),\ + codemaker \ + ) \ + comphelper \ cosv \ + cppu \ + cppuhelper \ i18npool \ i18nutil \ idl \ + idlc \ io \ javaunohelper \ + jurt \ + jvmaccess \ + jvmfwk \ $(if $(filter DESKTOP,$(BUILD_TYPE)),\ l10ntools \ helpcompiler \ ) \ o3tl \ + offapi \ + officecfg \ oovbaapi \ $(if $(filter QADEVOOO,$(BUILD_TYPE)),\ qadevOOo \ ) \ + $(if $(filter DESKTOP,$(BUILD_TYPE)),\ + rdbmaker \ + ) \ regexp \ + registry \ remotebridges \ + ridljar \ rsc \ + sal \ + salhelper \ sax \ shell \ + stoc \ + store \ tools \ + $(if $(filter TRANSLATIONS,$(BUILD_TYPE)),\ + translations \ + ) \ + ucbhelper \ + ucpp \ + udkapi \ udm \ unoil \ unotest \ unotools \ ure \ + $(if $(filter NATIVE,$(BUILD_TYPE)),\ + xml2cmp \ + ) \ xmlhelp \ + xmlreader \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: -- cgit