add newly eligible modules to cross_tail_build
Change-Id: I41113b6e4f53aa0e4b52e08e34938d34838feced
This commit is contained in:
parent
f60ee814c1
commit
778de55e0a
2 changed files with 37 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ctb cross_tail_build :: BERKELEYDB:berkeleydb BOOST:boost bridges cli_ure CLUCENE:clucene DESKTOP:codemaker comphelper cppu cppuhelper CPPUNIT:cppunit EXPAT:expat external ICU:icu jurt LIBLANGTAG:liblangtag LIBXSLT:libxslt offapi DESKTOP:rdbmaker ridljar sal salhelper solenv stoc ucbhelper udkapi ZLIB:zlib NULL
|
||||
ctb cross_tail_build :: BERKELEYDB:berkeleydb BOOST:boost CPPUNIT:cppunit EXPAT:expat external ICU:icu LIBLANGTAG:liblangtag LIBXML2:libxml2 LIBXSLT:libxslt solenv soltools ZLIB:zlib NULL
|
||||
ctb tail_build\prj nmake - all ctb_prj NULL
|
||||
|
|
Loading…
Reference in a new issue