autoinstall more common libraries
Change-Id: I293cca130137f35b6ff29925228284ced3d9b1b7
This commit is contained in:
@@ -560,14 +560,20 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
|||||||
mtfrenderer \
|
mtfrenderer \
|
||||||
OGLTrans \
|
OGLTrans \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
$(eval $(call gb_Helper_register_libraries_for_install,UNOLIBS_OOO,OOO, \
|
||||||
|
configmgr \
|
||||||
|
$(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
|
||||||
|
fsstorage \
|
||||||
|
i18npool \
|
||||||
|
localebe1 \
|
||||||
|
))
|
||||||
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
||||||
PresenterScreen \
|
PresenterScreen \
|
||||||
basprov \
|
basprov \
|
||||||
cairocanvas \
|
cairocanvas \
|
||||||
canvasfactory \
|
canvasfactory \
|
||||||
cmdmail \
|
cmdmail \
|
||||||
configmgr \
|
|
||||||
desktopbe1 \
|
|
||||||
directx5canvas \
|
directx5canvas \
|
||||||
directx9canvas \
|
directx9canvas \
|
||||||
dlgprov \
|
dlgprov \
|
||||||
@@ -575,16 +581,13 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
|||||||
fastsax \
|
fastsax \
|
||||||
fpicker \
|
fpicker \
|
||||||
fps_office \
|
fps_office \
|
||||||
fsstorage \
|
|
||||||
gconfbe1 \
|
gconfbe1 \
|
||||||
gdipluscanvas \
|
gdipluscanvas \
|
||||||
hatchwindowfactory \
|
hatchwindowfactory \
|
||||||
i18npool \
|
|
||||||
i18nsearch \
|
i18nsearch \
|
||||||
kdebe1 \
|
kdebe1 \
|
||||||
kde4be1 \
|
kde4be1 \
|
||||||
ldapbe2 \
|
ldapbe2 \
|
||||||
localebe1 \
|
|
||||||
losessioninstall \
|
losessioninstall \
|
||||||
macbe1 \
|
macbe1 \
|
||||||
migrationoo2 \
|
migrationoo2 \
|
||||||
@@ -615,16 +618,13 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
|||||||
$(if $(filter $(OS),MACOSX), \
|
$(if $(filter $(OS),MACOSX), \
|
||||||
fps_aqua \
|
fps_aqua \
|
||||||
) \
|
) \
|
||||||
|
$(if $(filter $(OS),WNT), \
|
||||||
|
oleautobridge \
|
||||||
|
smplmail \
|
||||||
|
wininetbe1 \
|
||||||
|
) \
|
||||||
))
|
))
|
||||||
|
|
||||||
ifeq ($(OS),WNT)
|
|
||||||
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
|
||||||
oleautobridge \
|
|
||||||
smplmail \
|
|
||||||
wininetbe1 \
|
|
||||||
))
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
|
||||||
acceptor \
|
acceptor \
|
||||||
binaryurp \
|
binaryurp \
|
||||||
|
@@ -107,8 +107,6 @@ File gid_File_Lib_CLucene
|
|||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_Configmgr, configmgr.uno)
|
|
||||||
|
|
||||||
File gid_File_Lib_Ldapbe2
|
File gid_File_Lib_Ldapbe2
|
||||||
LIB_FILE_BODY;
|
LIB_FILE_BODY;
|
||||||
Styles = (PACKED);
|
Styles = (PACKED);
|
||||||
@@ -450,16 +448,7 @@ End
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined UNX && ! defined MACOSX
|
#if defined UNX && ! defined MACOSX
|
||||||
|
|
||||||
File gid_File_Lib_Desktopbe
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
Styles = (PACKED);
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
Name = STRING(CONCAT2(desktopbe1.uno,UNXSUFFIX));
|
|
||||||
End
|
|
||||||
|
|
||||||
#ifdef ENABLE_TDE
|
#ifdef ENABLE_TDE
|
||||||
#ifndef MACOSX
|
|
||||||
File gid_File_Bin_TdeFilePicker
|
File gid_File_Bin_TdeFilePicker
|
||||||
BIN_FILE_BODY;
|
BIN_FILE_BODY;
|
||||||
Styles = (PACKED);
|
Styles = (PACKED);
|
||||||
@@ -467,10 +456,8 @@ File gid_File_Bin_TdeFilePicker
|
|||||||
Name = "tdefilepicker";
|
Name = "tdefilepicker";
|
||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef ENABLE_KDE
|
#ifdef ENABLE_KDE
|
||||||
#ifndef MACOSX
|
|
||||||
File gid_File_Bin_KdeFilePicker
|
File gid_File_Bin_KdeFilePicker
|
||||||
BIN_FILE_BODY;
|
BIN_FILE_BODY;
|
||||||
Styles = (PACKED);
|
Styles = (PACKED);
|
||||||
@@ -479,7 +466,6 @@ File gid_File_Bin_KdeFilePicker
|
|||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef MACOSX
|
#ifdef MACOSX
|
||||||
File gid_File_Lib_Fps_Aqua
|
File gid_File_Lib_Fps_Aqua
|
||||||
@@ -573,8 +559,6 @@ End
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fsstorage, fsstorage.uno )
|
|
||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
|
|
||||||
File gid_File_Lib_Ftransl
|
File gid_File_Lib_Ftransl
|
||||||
@@ -597,17 +581,6 @@ SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Hatchwindowfactory, hatchwindowfactory.
|
|||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Helplinker, helplinker)
|
STD_LIB_FILE( gid_File_Lib_Helplinker, helplinker)
|
||||||
|
|
||||||
File gid_File_Lib_I18npool
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
Styles = (PACKED);
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
#ifdef UNX
|
|
||||||
Name = STRING(CONCAT2(i18npool.uno,UNXSUFFIX));
|
|
||||||
#else
|
|
||||||
Name = STRING(CONCAT2(i18npool.uno,.dll));
|
|
||||||
#endif
|
|
||||||
End
|
|
||||||
|
|
||||||
File gid_File_Lib_I18nsearch
|
File gid_File_Lib_I18nsearch
|
||||||
LIB_FILE_BODY;
|
LIB_FILE_BODY;
|
||||||
Styles = (PACKED);
|
Styles = (PACKED);
|
||||||
@@ -1125,7 +1098,6 @@ End
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Syssh, syssh.uno )
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Syssh, syssh.uno )
|
||||||
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Localebe, localebe1.uno )
|
|
||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1.uno )
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1.uno )
|
||||||
|
@@ -254,7 +254,6 @@ Module gid_Module_Root_Files_5
|
|||||||
gid_File_Lib_Index_Data,
|
gid_File_Lib_Index_Data,
|
||||||
gid_File_Lib_Textconv_Dict,
|
gid_File_Lib_Textconv_Dict,
|
||||||
gid_File_Lib_Basprov,
|
gid_File_Lib_Basprov,
|
||||||
gid_File_Lib_Configmgr,
|
|
||||||
gid_File_Lib_Crypto,
|
gid_File_Lib_Crypto,
|
||||||
gid_File_Lib_Dlgprov,
|
gid_File_Lib_Dlgprov,
|
||||||
gid_File_Lib_Stringresource,
|
gid_File_Lib_Stringresource,
|
||||||
@@ -278,7 +277,6 @@ Module gid_Module_Root_Files_5
|
|||||||
gid_File_Lib_Evtatt,
|
gid_File_Lib_Evtatt,
|
||||||
gid_File_Lib_Fileacc,
|
gid_File_Lib_Fileacc,
|
||||||
gid_File_Lib_Filterconfig1,
|
gid_File_Lib_Filterconfig1,
|
||||||
gid_File_Lib_I18npool,
|
|
||||||
gid_File_Lib_I18nsearch,
|
gid_File_Lib_I18nsearch,
|
||||||
gid_File_Lib_I18nisolang,
|
gid_File_Lib_I18nisolang,
|
||||||
gid_File_Lib_I18nutil,
|
gid_File_Lib_I18nutil,
|
||||||
@@ -312,7 +310,6 @@ Module gid_Module_Root_Files_5
|
|||||||
gid_File_Lib_Srtrs1,
|
gid_File_Lib_Srtrs1,
|
||||||
gid_File_Lib_Tab,
|
gid_File_Lib_Tab,
|
||||||
gid_File_Lib_Tab2,
|
gid_File_Lib_Tab2,
|
||||||
gid_File_Lib_Localebe,
|
|
||||||
gid_File_Lib_Migrationoo2,
|
gid_File_Lib_Migrationoo2,
|
||||||
gid_File_Lib_Migrationoo3,
|
gid_File_Lib_Migrationoo3,
|
||||||
gid_File_Lib_Syssh,
|
gid_File_Lib_Syssh,
|
||||||
@@ -384,7 +381,6 @@ Module gid_Module_Root_Files_5
|
|||||||
gid_File_Lib_Macbe,
|
gid_File_Lib_Macbe,
|
||||||
gid_File_Lib_Fps_Office,
|
gid_File_Lib_Fps_Office,
|
||||||
gid_File_Lib_Fpicker,
|
gid_File_Lib_Fpicker,
|
||||||
gid_File_Lib_Fsstorage,
|
|
||||||
gid_File_Lib_Hatchwindowfactory,
|
gid_File_Lib_Hatchwindowfactory,
|
||||||
gid_File_Lib_Passwordcontainer,
|
gid_File_Lib_Passwordcontainer,
|
||||||
gid_File_Lib_Updatefeed,
|
gid_File_Lib_Updatefeed,
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
$(eval $(call gb_Module_Module,shell))
|
$(eval $(call gb_Module_Module,shell))
|
||||||
|
|
||||||
$(eval $(call gb_Module_add_targets,shell,\
|
$(eval $(call gb_Module_add_targets,shell,\
|
||||||
Library_desktopbe \
|
$(if $(filter-out MACOSX WNT,$(OS)),Library_desktopbe) \
|
||||||
Library_localebe \
|
Library_localebe \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
@@ -105,7 +105,7 @@ gb_MERGEDLIBS := \
|
|||||||
configmgr \
|
configmgr \
|
||||||
cppcanvas \
|
cppcanvas \
|
||||||
deploymentmisc \
|
deploymentmisc \
|
||||||
desktopbe1 \
|
$(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
|
||||||
$(if $(filter unx,$(GUIBASE)),desktop_detector) \
|
$(if $(filter unx,$(GUIBASE)),desktop_detector) \
|
||||||
drawinglayer \
|
drawinglayer \
|
||||||
editeng \
|
editeng \
|
||||||
|
Reference in New Issue
Block a user