Kaydet (Commit) 03a36ed0 authored tarafından Marcos Paulo de Souza's avatar Marcos Paulo de Souza Kaydeden (comit) David Tardon

fdo#60949: Move more libs to OOOLIBS

Change-Id: Ibd45f7004f8eaa151b9a60d7369d396411f60a2b
Reviewed-on: https://gerrit.libreoffice.org/3511Tested-by: 's avatarLibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 8f4fc74c
......@@ -559,20 +559,28 @@ $(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
))
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
PresenterScreen \
basprov \
cairocanvas \
dlgprov \
expwrap \
fastsax \
gconfbe1 \
i18nsearch \
kdebe1 \
kde4be1 \
ldapbe2 \
migrationoo2 \
migrationoo3 \
msforms \
mtfrenderer \
OGLTrans \
pythonloader \
slideshow \
stringresource \
tdebe1 \
ucpgio1 \
ucpgvfs1 \
vbaevents \
vbaobj \
vbaswobj \
......@@ -587,33 +595,25 @@ $(eval $(call gb_Helper_register_libraries_for_install,UNOLIBS_OOO,OOO, \
ucpexpand1 \
))
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
PresenterScreen \
canvasfactory \
cmdmail \
directx5canvas \
directx9canvas \
fpicker \
fps_office \
gconfbe1 \
gdipluscanvas \
hatchwindowfactory \
kdebe1 \
kde4be1 \
losessioninstall \
macbe1 \
nullcanvas \
passwordcontainer \
pdfimport \
pythonloader \
postgresql-sdbc \
postgresql-sdbc-impl \
simplecanvas \
syssh \
tdebe1 \
ucpcmis1 \
ucpext \
ucpgio1 \
ucpgvfs1 \
ucptdoc1 \
updatefeed \
vclcanvas \
......
......@@ -27,23 +27,13 @@
#include "macros.inc"
#ifdef ENABLE_GIO
File gid_File_Lib_GIO
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT2(ucpgio1.uno,UNXSUFFIX));
End
STD_LIB_FILE( gid_File_Lib_GIO, ucpgio1 )
SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_Losessioninstall, losessioninstall.uno)
#endif
#ifdef ENABLE_GNOMEVFS
File gid_File_Lib_Gnomevfs
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT2(ucpgvfs1.uno,UNXSUFFIX));
End
STD_LIB_FILE( gid_File_Lib_Gnomevfs, ucpgvfs1 )
#endif
#if (defined ENABLE_GCONF && defined ENABLE_LOCKDOWN) || defined ENABLE_GIO
......@@ -56,12 +46,7 @@ End
#endif
#ifdef ENABLE_GCONF
File gid_File_Lib_Gconfbe
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT2(gconfbe1.uno,UNXSUFFIX));
End
STD_LIB_FILE( gid_File_Lib_Gconfbe, gconfbe1 )
#endif
#ifdef ENABLE_SYSTRAY_GTK
......
......@@ -37,16 +37,7 @@ File gid_File_Lib_Animcore
PACKED_LIB_FILE_BODY;
End
File gid_File_Lib_PresenterScreen
LIB_FILE_BODY;
Dir = SCP2_OOO_BIN_DIR;
#if defined UNX
Name = STRING(CONCAT2(PresenterScreen.uno,UNXSUFFIX));
#else
Name = "PresenterScreen.uno.dll";
#endif
Styles = (PACKED);
End
STD_LIB_FILE( gid_File_Lib_PresenterScreen, PresenterScreen )
File gid_File_Share_Registry_Impress_Xcd
TXT_FILE_BODY;
......
......@@ -27,19 +27,9 @@
#include "macros.inc"
#ifdef ENABLE_KDE
File gid_File_Lib_Kdebe
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT2(kdebe1.uno,UNXSUFFIX));
End
STD_LIB_FILE( gid_File_Lib_Kdebe, kdebe1 )
#endif
#ifdef ENABLE_KDE4
File gid_File_Lib_Kde4be
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT2(kde4be1.uno,UNXSUFFIX));
End
STD_LIB_FILE( gid_File_Lib_Kde4be, kde4be1 )
#endif
......@@ -54,16 +54,7 @@ File gid_File_Lib_Pyuno
Styles = (PACKED);
End
File gid_File_Lib_Pythonloader
LIB_FILE_BODY;
Dir = gid_Brand_Dir_Program;
#ifdef UNX
Name = STRING(CONCAT2(pythonloader.uno,UNXSUFFIX));
#else
Name = "pythonloader.uno.dll";
#endif
Styles = (PACKED);
End
STD_LIB_FILE( gid_File_Lib_Pythonloader, pythonloader )
File gid_File_Py_Unohelper
TXT_FILE_BODY;
......
......@@ -24,10 +24,5 @@
#include "macros.inc"
#ifdef ENABLE_TDE
File gid_File_Lib_Tdebe
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT2(tdebe1.uno,UNXSUFFIX));
End
STD_LIB_FILE( gid_File_Lib_Tdebe, tdebe1 )
#endif
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