Kaydet (Commit) 8ee4f89f authored tarafından David Tardon's avatar David Tardon

add missing modules

Change-Id: I1ae167e5e6bcdc9ced4bf6808ae6b8a9237b4710
üst 5fd78fee
...@@ -49,6 +49,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -49,6 +49,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
cppcanvas \ cppcanvas \
cppu \ cppu \
cppuhelper \ cppuhelper \
cpputools \
cui \ cui \
dbaccess \ dbaccess \
desktop \ desktop \
...@@ -70,10 +71,12 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -70,10 +71,12 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
i18nutil \ i18nutil \
idl \ idl \
idlc \ idlc \
io \
javaunohelper \ javaunohelper \
jvmaccess \ jvmaccess \
jvmfwk \ jvmfwk \
jurt \ jurt \
l10ntools \
lingucomponent \ lingucomponent \
linguistic \ linguistic \
lotuswordpro \ lotuswordpro \
...@@ -87,6 +90,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -87,6 +90,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
oovbaapi \ oovbaapi \
oox \ oox \
package \ package \
packimages \
padmin \ padmin \
psprint_config \ psprint_config \
rdbmaker \ rdbmaker \
...@@ -102,23 +106,31 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -102,23 +106,31 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
sc \ sc \
scaddins \ scaddins \
sccomp \ sccomp \
scp2 \
scripting \ scripting \
sd \ sd \
sdext \ sdext \
sfx2 \ sfx2 \
shell \
slideshow \ slideshow \
smoketest \ smoketest \
solenv \
sot \ sot \
starmath \ starmath \
stoc \ stoc \
store
svl \ svl \
svtools \ svtools \
svx \ svx \
sw \ sw \
swext \ swext \
test \ test \
testtools \
toolkit \ toolkit \
tools \ tools \
$(if $(filter TRANSLATIONS,$(BUILD_TYPE)),\
translations \
) \
twain \ twain \
ucb \ ucb \
ucbhelper \ ucbhelper \
...@@ -137,12 +149,17 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -137,12 +149,17 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
wizards \ wizards \
writerfilter \ writerfilter \
writerperfect \ writerperfect \
$(if $(filter X11_EXTENSIONS,$(BUILD_TYPE)),\
x11_extensions \
) \
xmerge \ xmerge \
xmlsecurity \ xmlsecurity \
xml2cmp \ xml2cmp \
xmlhelp \
xmloff \ xmloff \
xmlreader \ xmlreader \
xmlscript \ xmlscript \
xmlsecurity \
)) ))
ifneq ($(SOLAR_JAVA),) ifneq ($(SOLAR_JAVA),)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment