fdo#60924 autoinstall - gbuild/scp2: Move some libs to OOO and clean a little
Also put the vbaswobj lib in the right place, inside Writer Change-Id: I52ecc75e26f5f1997d3a575682b78fbd673e4591
This commit is contained in:
parent
529ab257f1
commit
31ed7f0f8d
4 changed files with 30 additions and 224 deletions
|
@ -214,8 +214,10 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
||||||
|
acc \
|
||||||
avmedia \
|
avmedia \
|
||||||
$(if $(DISABLE_SCRIPTING),,basctl) \
|
$(if $(DISABLE_SCRIPTING),,basctl) \
|
||||||
|
$(if $(DISABLE_SCRIPTING),,basprov) \
|
||||||
basegfx \
|
basegfx \
|
||||||
bib \
|
bib \
|
||||||
$(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
|
$(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
|
||||||
|
@ -235,6 +237,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
||||||
deploymentmisc \
|
deploymentmisc \
|
||||||
$(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
|
$(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
|
||||||
$(if $(filter unx,$(GUIBASE)),desktop_detector) \
|
$(if $(filter unx,$(GUIBASE)),desktop_detector) \
|
||||||
|
$(if $(DISABLE_SCRIPTING),,dlgprov) \
|
||||||
$(if $(ENABLE_DIRECTX),directx9canvas) \
|
$(if $(ENABLE_DIRECTX),directx9canvas) \
|
||||||
drawinglayer \
|
drawinglayer \
|
||||||
editeng \
|
editeng \
|
||||||
|
@ -250,9 +253,13 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
||||||
eti \
|
eti \
|
||||||
evtatt \
|
evtatt \
|
||||||
exp \
|
exp \
|
||||||
|
expwrap \
|
||||||
|
fastsax \
|
||||||
flat \
|
flat \
|
||||||
file \
|
file \
|
||||||
filterconfig \
|
filterconfig \
|
||||||
|
fpicker \
|
||||||
|
fps_office \
|
||||||
for \
|
for \
|
||||||
forui \
|
forui \
|
||||||
frm \
|
frm \
|
||||||
|
@ -266,6 +273,8 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
||||||
guesslang \
|
guesslang \
|
||||||
$(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
|
||||||
i18npool \
|
i18npool \
|
||||||
|
i18nsearch \
|
||||||
|
hatchwindowfactory \
|
||||||
hyphen \
|
hyphen \
|
||||||
icd \
|
icd \
|
||||||
icg \
|
icg \
|
||||||
|
@ -282,19 +291,24 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
||||||
$(if $(SOLAR_JAVA),jdbc) \
|
$(if $(SOLAR_JAVA),jdbc) \
|
||||||
$(if $(ENABLE_KAB),kab1) \
|
$(if $(ENABLE_KAB),kab1) \
|
||||||
$(if $(ENABLE_KAB),kabdrv1) \
|
$(if $(ENABLE_KAB),kabdrv1) \
|
||||||
|
ldapbe2 \
|
||||||
localebe1 \
|
localebe1 \
|
||||||
|
log \
|
||||||
lng \
|
lng \
|
||||||
lnth \
|
lnth \
|
||||||
$(if $(MERGELIBS),merged) \
|
$(if $(MERGELIBS),merged) \
|
||||||
msfilter \
|
msfilter \
|
||||||
|
$(if $(DISABLE_SCRIPTING),,msforms) \
|
||||||
mtfrenderer \
|
mtfrenderer \
|
||||||
mysql \
|
mysql \
|
||||||
odbc \
|
odbc \
|
||||||
odbcbase \
|
odbcbase \
|
||||||
odfflatxml \
|
odfflatxml \
|
||||||
offacc \
|
offacc \
|
||||||
|
passwordcontainer \
|
||||||
pcr \
|
pcr \
|
||||||
pdffilter \
|
pdffilter \
|
||||||
|
$(if $(DISABLE_SCRIPTING),,protocolhandler) \
|
||||||
res \
|
res \
|
||||||
sax \
|
sax \
|
||||||
sb \
|
sb \
|
||||||
|
@ -306,14 +320,18 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
||||||
sdui \
|
sdui \
|
||||||
sfx \
|
sfx \
|
||||||
simplecanvas \
|
simplecanvas \
|
||||||
|
slideshow \
|
||||||
sot \
|
sot \
|
||||||
|
spell \
|
||||||
$(if $(ENABLE_HEADLESS),,spl) \
|
$(if $(ENABLE_HEADLESS),,spl) \
|
||||||
|
$(if $(DISABLE_SCRIPTING),,stringresource) \
|
||||||
svgio \
|
svgio \
|
||||||
svl \
|
svl \
|
||||||
svt \
|
svt \
|
||||||
svx \
|
svx \
|
||||||
svxcore \
|
svxcore \
|
||||||
sw \
|
sw \
|
||||||
|
syssh \
|
||||||
$(if $(ENABLE_TDEAB),tdeab1) \
|
$(if $(ENABLE_TDEAB),tdeab1) \
|
||||||
$(if $(ENABLE_TDEAB),tdeabdrv1) \
|
$(if $(ENABLE_TDEAB),tdeabdrv1) \
|
||||||
textconversiondlgs \
|
textconversiondlgs \
|
||||||
|
@ -325,6 +343,8 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
||||||
unoxml \
|
unoxml \
|
||||||
utl \
|
utl \
|
||||||
uui \
|
uui \
|
||||||
|
$(if $(DISABLE_SCRIPTING),,vbaevents) \
|
||||||
|
$(if $(DISABLE_SCRIPTING),,vbahelper) \
|
||||||
vcl \
|
vcl \
|
||||||
vclcanvas \
|
vclcanvas \
|
||||||
$(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))),vclplug_gen) \
|
$(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))),vclplug_gen) \
|
||||||
|
@ -344,12 +364,12 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
|
||||||
swd \
|
swd \
|
||||||
swui \
|
swui \
|
||||||
t602filter \
|
t602filter \
|
||||||
|
$(if $(DISABLE_SCRIPTING),,vbaswobj) \
|
||||||
wpftwriter \
|
wpftwriter \
|
||||||
writerfilter \
|
writerfilter \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
||||||
acc \
|
|
||||||
adabas \
|
adabas \
|
||||||
adabasui \
|
adabasui \
|
||||||
ado \
|
ado \
|
||||||
|
@ -364,21 +384,17 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
||||||
AppleRemote \
|
AppleRemote \
|
||||||
avmediaQuickTime \
|
avmediaQuickTime \
|
||||||
filtertracer \
|
filtertracer \
|
||||||
log \
|
|
||||||
MacOSXSpell \
|
MacOSXSpell \
|
||||||
mork \
|
mork \
|
||||||
mozab2 \
|
mozab2 \
|
||||||
mozabdrv \
|
mozabdrv \
|
||||||
protocolhandler \
|
|
||||||
rpt \
|
rpt \
|
||||||
rptui \
|
rptui \
|
||||||
rptxml \
|
rptxml \
|
||||||
simplecm \
|
simplecm \
|
||||||
spa \
|
spa \
|
||||||
spell \
|
|
||||||
sts \
|
sts \
|
||||||
textfd \
|
textfd \
|
||||||
$(if $(DISABLE_SCRIPTING),,vbahelper) \
|
|
||||||
vclplug_tde \
|
vclplug_tde \
|
||||||
vclplug_kde \
|
vclplug_kde \
|
||||||
vclplug_kde4 \
|
vclplug_kde4 \
|
||||||
|
@ -458,14 +474,23 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
|
||||||
|
cached1 \
|
||||||
comphelper \
|
comphelper \
|
||||||
deployment \
|
deployment \
|
||||||
fileacc \
|
fileacc \
|
||||||
|
$(if $(SOLAR_JAVA),hsqldb) \
|
||||||
i18nlangtag \
|
i18nlangtag \
|
||||||
i18nutil \
|
i18nutil \
|
||||||
|
localedata_en \
|
||||||
|
localedata_es \
|
||||||
|
localedata_euro \
|
||||||
|
localedata_others \
|
||||||
mcnttype \
|
mcnttype \
|
||||||
package2 \
|
package2 \
|
||||||
|
$(if $(DISABLE_SCRIPTING),,scriptframe) \
|
||||||
|
sdbc2 \
|
||||||
sofficeapp \
|
sofficeapp \
|
||||||
|
tvhlp1 \
|
||||||
ucb1 \
|
ucb1 \
|
||||||
ucbhelper \
|
ucbhelper \
|
||||||
ucpfile1 \
|
ucpfile1 \
|
||||||
|
@ -476,7 +501,6 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
||||||
avmediagst_0_10 \
|
avmediagst_0_10 \
|
||||||
avmediawin \
|
avmediawin \
|
||||||
bluez_bluetooth \
|
bluez_bluetooth \
|
||||||
cached1 \
|
|
||||||
collator_data \
|
collator_data \
|
||||||
dbpool2 \
|
dbpool2 \
|
||||||
deploymentgui \
|
deploymentgui \
|
||||||
|
@ -484,14 +508,9 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
||||||
dict_zh \
|
dict_zh \
|
||||||
embobj \
|
embobj \
|
||||||
emboleobj \
|
emboleobj \
|
||||||
hsqldb \
|
|
||||||
index_data \
|
index_data \
|
||||||
java_uno_accessbridge \
|
java_uno_accessbridge \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
localedata_en \
|
|
||||||
localedata_es \
|
|
||||||
localedata_euro \
|
|
||||||
localedata_others \
|
|
||||||
macab1 \
|
macab1 \
|
||||||
macabdrv1 \
|
macabdrv1 \
|
||||||
mozbootstrap \
|
mozbootstrap \
|
||||||
|
@ -499,11 +518,8 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
||||||
pyuno \
|
pyuno \
|
||||||
pyuno_wrapper \
|
pyuno_wrapper \
|
||||||
recentfile \
|
recentfile \
|
||||||
scriptframe \
|
|
||||||
sdbc2 \
|
|
||||||
srtrs1 \
|
srtrs1 \
|
||||||
textconv_dict \
|
textconv_dict \
|
||||||
tvhlp1 \
|
|
||||||
ucpdav1 \
|
ucpdav1 \
|
||||||
ucpftp1 \
|
ucpftp1 \
|
||||||
ucpchelp1 \
|
ucpchelp1 \
|
||||||
|
@ -560,35 +576,19 @@ $(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
||||||
basprov \
|
|
||||||
cmdmail \
|
cmdmail \
|
||||||
dlgprov \
|
|
||||||
expwrap \
|
|
||||||
fastsax \
|
|
||||||
fpicker \
|
|
||||||
fps_office \
|
|
||||||
hatchwindowfactory \
|
|
||||||
i18nsearch \
|
|
||||||
ldapbe2 \
|
|
||||||
macbe1 \
|
macbe1 \
|
||||||
migrationoo2 \
|
migrationoo2 \
|
||||||
migrationoo3 \
|
migrationoo3 \
|
||||||
msforms \
|
|
||||||
OGLTrans \
|
OGLTrans \
|
||||||
passwordcontainer \
|
|
||||||
pdfimport \
|
pdfimport \
|
||||||
postgresql-sdbc \
|
postgresql-sdbc \
|
||||||
postgresql-sdbc-impl \
|
postgresql-sdbc-impl \
|
||||||
pythonloader \
|
pythonloader \
|
||||||
slideshow \
|
|
||||||
stringresource \
|
|
||||||
syssh \
|
|
||||||
ucpcmis1 \
|
ucpcmis1 \
|
||||||
ucpext \
|
ucpext \
|
||||||
ucptdoc1 \
|
ucptdoc1 \
|
||||||
updatefeed \
|
updatefeed \
|
||||||
vbaevents \
|
|
||||||
vbaswobj \
|
|
||||||
$(if $(filter $(OS),MACOSX), \
|
$(if $(filter $(OS),MACOSX), \
|
||||||
fps_aqua \
|
fps_aqua \
|
||||||
) \
|
) \
|
||||||
|
|
|
@ -39,42 +39,6 @@ End
|
||||||
STD_LIB_FILE( gid_File_Lib_Ado, ado)
|
STD_LIB_FILE( gid_File_Lib_Ado, ado)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DISABLE_SCRIPTING
|
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Sf_Prothdlr, protocolhandler )
|
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Basprov, basprov )
|
|
||||||
|
|
||||||
STD_LIB_FILE(gid_File_Lib_Vbaevent, vbaevents)
|
|
||||||
|
|
||||||
File gid_File_Lib_Scriptframe
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
#ifdef UNX
|
|
||||||
#ifdef MACOSX
|
|
||||||
Name = "libscriptframe.dylib";
|
|
||||||
#else
|
|
||||||
Name = "libscriptframe.so";
|
|
||||||
#endif
|
|
||||||
#else
|
|
||||||
Name = "scriptframe.dll";
|
|
||||||
#endif
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
File gid_File_Lib_Cached1
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
Styles = (PACKED);
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
#ifdef UNX
|
|
||||||
Name = STRING(CONCAT2(libcached1,UNXSUFFIX));
|
|
||||||
#else
|
|
||||||
Name = "cached1.dll";
|
|
||||||
#endif
|
|
||||||
End
|
|
||||||
|
|
||||||
#ifndef SYSTEM_CLUCENE
|
#ifndef SYSTEM_CLUCENE
|
||||||
File gid_File_Lib_CLucene
|
File gid_File_Lib_CLucene
|
||||||
LIB_FILE_BODY;
|
LIB_FILE_BODY;
|
||||||
|
@ -88,8 +52,6 @@ File gid_File_Lib_CLucene
|
||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Ldapbe2, ldapbe2 )
|
|
||||||
|
|
||||||
#if defined _MSC_VER
|
#if defined _MSC_VER
|
||||||
|
|
||||||
File gid_File_Lib_Cli_Oootypes_Assembly
|
File gid_File_Lib_Cli_Oootypes_Assembly
|
||||||
|
@ -229,29 +191,6 @@ File gid_File_Lib_Textconv_Dict
|
||||||
Styles = (PACKED);
|
Styles = (PACKED);
|
||||||
End
|
End
|
||||||
|
|
||||||
#ifndef DISABLE_SCRIPTING
|
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Dlgprov, dlgprov )
|
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Stringresource, stringresource )
|
|
||||||
|
|
||||||
STD_LIB_FILE(gid_File_Lib_Vbaswobj, vbaswobj)
|
|
||||||
|
|
||||||
STD_LIB_FILE(gid_File_Lib_Vbamsforms, msforms)
|
|
||||||
|
|
||||||
File gid_File_Lib_Vbahelper
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
Styles = (PACKED);
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
#ifdef UNX
|
|
||||||
Name = STRING(CONCAT3(libvbahelper,DLLPOSTFIX,UNXSUFFIX));
|
|
||||||
#else
|
|
||||||
Name = STRING(CONCAT3(vbahelper,DLLPOSTFIX,.dll));
|
|
||||||
#endif
|
|
||||||
End
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
|
|
||||||
File gid_File_Lib_Dnd
|
File gid_File_Lib_Dnd
|
||||||
|
@ -363,9 +302,6 @@ End
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Fps_Office, fps_office )
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Fpicker, fpicker )
|
|
||||||
|
|
||||||
#ifndef SYSTEM_LCMS2
|
#ifndef SYSTEM_LCMS2
|
||||||
|
|
||||||
File gid_File_Lib_Lcms2
|
File gid_File_Lib_Lcms2
|
||||||
|
@ -440,10 +376,6 @@ End
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Hatchwindowfactory, hatchwindowfactory )
|
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_I18nsearch, i18nsearch )
|
|
||||||
|
|
||||||
#ifndef SYSTEM_ICU
|
#ifndef SYSTEM_ICU
|
||||||
|
|
||||||
File gid_File_Lib_Icudata
|
File gid_File_Lib_Icudata
|
||||||
|
@ -508,20 +440,6 @@ End
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SOLAR_JAVA
|
|
||||||
File gid_File_Lib_Hsqldb_2
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
Styles = (PACKED);
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
#ifdef UNX
|
|
||||||
Name = STRING(CONCAT2(libhsqldb,UNXSUFFIX));
|
|
||||||
#else
|
|
||||||
Name = "hsqldb.dll";
|
|
||||||
#endif
|
|
||||||
End
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
||||||
|
|
||||||
File gid_File_Lib_sn_tools
|
File gid_File_Lib_sn_tools
|
||||||
|
@ -533,50 +451,6 @@ End
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
File gid_File_Lib_Localedata_En
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
#ifdef UNX
|
|
||||||
Name = STRING(CONCAT2(liblocaledata_en,UNXSUFFIX));
|
|
||||||
#else
|
|
||||||
Name = "localedata_en.dll";
|
|
||||||
#endif
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
|
|
||||||
File gid_File_Lib_Localedata_Es
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
#ifdef UNX
|
|
||||||
Name = STRING(CONCAT2(liblocaledata_es,UNXSUFFIX));
|
|
||||||
#else
|
|
||||||
Name = "localedata_es.dll";
|
|
||||||
#endif
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
|
|
||||||
File gid_File_Lib_Localedata_Euro
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
#ifdef UNX
|
|
||||||
Name = STRING(CONCAT2(liblocaledata_euro,UNXSUFFIX));
|
|
||||||
#else
|
|
||||||
Name = "localedata_euro.dll";
|
|
||||||
#endif
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
|
|
||||||
File gid_File_Lib_Localedata_Others
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
#ifdef UNX
|
|
||||||
Name = STRING(CONCAT2(liblocaledata_others,UNXSUFFIX));
|
|
||||||
#else
|
|
||||||
Name = "localedata_others.dll";
|
|
||||||
#endif
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
|
|
||||||
#if defined(WNT)
|
#if defined(WNT)
|
||||||
|
|
||||||
#if defined WITH_MOZAB4WIN
|
#if defined WITH_MOZAB4WIN
|
||||||
|
@ -602,8 +476,6 @@ SPECIAL_LIB_FILE(gid_File_Lib_Mozbootstrap,mozbootstrap)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// STD_LIB_FILE( gid_File_Lib_Ofa , ofa)
|
|
||||||
|
|
||||||
#ifdef SOLAR_JAVA
|
#ifdef SOLAR_JAVA
|
||||||
#ifndef MACOSX
|
#ifndef MACOSX
|
||||||
|
|
||||||
|
@ -625,10 +497,6 @@ End
|
||||||
STD_LIB_FILE( gid_File_Lib_Ole, oleautobridge )
|
STD_LIB_FILE( gid_File_Lib_Ole, oleautobridge )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Passwordcontainer, passwordcontainer )
|
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Log, log)
|
|
||||||
|
|
||||||
SPECIAL_LIB_FILE(gid_File_Lib_DeploymentGui,deploymentgui)
|
SPECIAL_LIB_FILE(gid_File_Lib_DeploymentGui,deploymentgui)
|
||||||
|
|
||||||
#if defined ENABLE_NPAPI_FROM_BROWSER
|
#if defined ENABLE_NPAPI_FROM_BROWSER
|
||||||
|
@ -724,25 +592,8 @@ End
|
||||||
|
|
||||||
#endif /* WNT && HAVE_WINDOWS_SDK */
|
#endif /* WNT && HAVE_WINDOWS_SDK */
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Expwrap_Uno, expwrap )
|
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Fastsax_Uno, fastsax )
|
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Oox , oox)
|
STD_LIB_FILE( gid_File_Lib_Oox , oox)
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Slideshow, slideshow )
|
|
||||||
|
|
||||||
File gid_File_Lib_Sdbc_2
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
Styles = (PACKED);
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
#ifdef UNX
|
|
||||||
Name = STRING(CONCAT2(libsdbc2,UNXSUFFIX));
|
|
||||||
#else
|
|
||||||
Name = "sdbc2.dll";
|
|
||||||
#endif
|
|
||||||
End
|
|
||||||
|
|
||||||
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
||||||
|
|
||||||
File gid_File_Lib_Instooofiltmsi
|
File gid_File_Lib_Instooofiltmsi
|
||||||
|
@ -769,13 +620,6 @@ End
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
File gid_File_Lib_Spell
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
Styles = (PACKED);
|
|
||||||
Name = LIBNAME(spell);
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
End
|
|
||||||
|
|
||||||
#if defined UNX && !defined MACOSX && !defined LIBO_HEADLESS
|
#if defined UNX && !defined MACOSX && !defined LIBO_HEADLESS
|
||||||
STD_LIB_FILE( gid_File_Lib_Spl_Unx, spl_unx)
|
STD_LIB_FILE( gid_File_Lib_Spl_Unx, spl_unx)
|
||||||
#endif
|
#endif
|
||||||
|
@ -791,7 +635,6 @@ File gid_File_Lib_Sysdtrans
|
||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Syssh, syssh )
|
|
||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
STD_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1 )
|
STD_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1 )
|
||||||
|
@ -801,19 +644,6 @@ STD_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1 )
|
||||||
STD_LIB_FILE( gid_File_Lib_Macbe, macbe1 )
|
STD_LIB_FILE( gid_File_Lib_Macbe, macbe1 )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
STD_LIB_FILE( gid_File_Lib_Acc, acc )
|
|
||||||
|
|
||||||
File gid_File_Lib_Tvhlp1
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
Styles = (PACKED);
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
#ifdef UNX
|
|
||||||
Name = STRING(CONCAT2(libtvhlp1,UNXSUFFIX));
|
|
||||||
#else
|
|
||||||
Name = "tvhlp1.dll";
|
|
||||||
#endif
|
|
||||||
End
|
|
||||||
|
|
||||||
File gid_File_Lib_Ucpchelp1
|
File gid_File_Lib_Ucpchelp1
|
||||||
LIB_FILE_BODY;
|
LIB_FILE_BODY;
|
||||||
#ifdef UNX
|
#ifdef UNX
|
||||||
|
|
|
@ -110,7 +110,6 @@ Module gid_Module_Root_Files_3
|
||||||
Styles = (HIDDEN_ROOT);
|
Styles = (HIDDEN_ROOT);
|
||||||
Files = (gid_File_Dat_Root3,
|
Files = (gid_File_Dat_Root3,
|
||||||
gid_File_Jar_Unoil,
|
gid_File_Jar_Unoil,
|
||||||
gid_File_Jar_Hsqldb,
|
|
||||||
gid_File_Jar_Hsqldb_Sdbc,
|
gid_File_Jar_Hsqldb_Sdbc,
|
||||||
gid_File_Jar_Accessbridge,
|
gid_File_Jar_Accessbridge,
|
||||||
gid_File_Jar_Officebean,
|
gid_File_Jar_Officebean,
|
||||||
|
@ -154,7 +153,6 @@ Module gid_Module_Root_Files_4
|
||||||
gid_File_Lib_AVMediaGStreamer,
|
gid_File_Lib_AVMediaGStreamer,
|
||||||
gid_File_Lib_AVMediaGStreamer_0_10,
|
gid_File_Lib_AVMediaGStreamer_0_10,
|
||||||
gid_File_Lib_Sysdtrans,
|
gid_File_Lib_Sysdtrans,
|
||||||
gid_File_Lib_Acc,
|
|
||||||
gid_File_Lib_BaseBmp,
|
gid_File_Lib_BaseBmp,
|
||||||
gid_File_Lib_Zip,
|
gid_File_Lib_Zip,
|
||||||
gid_File_Lib_Vclplug_Tde,
|
gid_File_Lib_Vclplug_Tde,
|
||||||
|
@ -178,12 +176,7 @@ Module gid_Module_Root_Files_5
|
||||||
gid_File_Lib_Collator_Data,
|
gid_File_Lib_Collator_Data,
|
||||||
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_Crypto,
|
gid_File_Lib_Crypto,
|
||||||
gid_File_Lib_Dlgprov,
|
|
||||||
gid_File_Lib_Stringresource,
|
|
||||||
gid_File_Lib_Ldapbe2,
|
|
||||||
gid_File_Lib_Cached1,
|
|
||||||
#if ! defined SYSTEM_CLUCENE
|
#if ! defined SYSTEM_CLUCENE
|
||||||
gid_File_Lib_CLucene,
|
gid_File_Lib_CLucene,
|
||||||
#endif
|
#endif
|
||||||
|
@ -194,15 +187,10 @@ Module gid_Module_Root_Files_5
|
||||||
gid_File_Lib_Emboleobj,
|
gid_File_Lib_Emboleobj,
|
||||||
gid_File_Lib_Macab_1,
|
gid_File_Lib_Macab_1,
|
||||||
gid_File_Lib_Macab_Drv_1,
|
gid_File_Lib_Macab_Drv_1,
|
||||||
gid_File_Lib_I18nsearch,
|
|
||||||
gid_File_Lib_Icudata,
|
gid_File_Lib_Icudata,
|
||||||
gid_File_Lib_Icui18n,
|
gid_File_Lib_Icui18n,
|
||||||
gid_File_Lib_Icule,
|
gid_File_Lib_Icule,
|
||||||
gid_File_Lib_Icuuc,
|
gid_File_Lib_Icuuc,
|
||||||
gid_File_Lib_Localedata_En,
|
|
||||||
gid_File_Lib_Localedata_Es,
|
|
||||||
gid_File_Lib_Localedata_Euro,
|
|
||||||
gid_File_Lib_Localedata_Others,
|
|
||||||
gid_File_Lib_Hsqldb_2,
|
gid_File_Lib_Hsqldb_2,
|
||||||
gid_File_Lib_Mork,
|
gid_File_Lib_Mork,
|
||||||
gid_File_Lib_Mozabdrv,
|
gid_File_Lib_Mozabdrv,
|
||||||
|
@ -210,18 +198,12 @@ Module gid_Module_Root_Files_5
|
||||||
gid_File_Lib_Officebean,
|
gid_File_Lib_Officebean,
|
||||||
gid_File_Lib_Openssl,
|
gid_File_Lib_Openssl,
|
||||||
gid_File_Lib_DeploymentGui,
|
gid_File_Lib_DeploymentGui,
|
||||||
gid_File_Lib_Expwrap_Uno,
|
|
||||||
gid_File_Lib_Fastsax_Uno,
|
|
||||||
gid_File_Lib_Slideshow,
|
|
||||||
gid_File_Lib_Recentfile,
|
gid_File_Lib_Recentfile,
|
||||||
gid_File_Lib_Scriptframe,
|
|
||||||
gid_File_Lib_Sdbc_2,
|
|
||||||
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_Migrationoo2,
|
gid_File_Lib_Migrationoo2,
|
||||||
gid_File_Lib_Migrationoo3,
|
gid_File_Lib_Migrationoo3,
|
||||||
gid_File_Lib_Syssh,
|
|
||||||
gid_File_Ucptdoc1,
|
gid_File_Ucptdoc1,
|
||||||
gid_File_Lib_Raptor,
|
gid_File_Lib_Raptor,
|
||||||
gid_Unixlink_File_Lib_Raptor,
|
gid_Unixlink_File_Lib_Raptor,
|
||||||
|
@ -242,7 +224,6 @@ Module gid_Module_Root_Files_5
|
||||||
gid_File_Lib_Sqlite3,
|
gid_File_Lib_Sqlite3,
|
||||||
gid_File_Lib_Ssl3,
|
gid_File_Lib_Ssl3,
|
||||||
gid_File_Lib_Sndfile,
|
gid_File_Lib_Sndfile,
|
||||||
gid_File_Lib_Tvhlp1,
|
|
||||||
gid_File_Lib_Ucpchelp1,
|
gid_File_Lib_Ucpchelp1,
|
||||||
gid_File_Lib_Ucpdav1,
|
gid_File_Lib_Ucpdav1,
|
||||||
gid_File_Lib_Neon,
|
gid_File_Lib_Neon,
|
||||||
|
@ -278,10 +259,6 @@ Module gid_Module_Root_Files_5
|
||||||
gid_File_Lib_Smplmail,
|
gid_File_Lib_Smplmail,
|
||||||
gid_File_Lib_Wininetbe,
|
gid_File_Lib_Wininetbe,
|
||||||
gid_File_Lib_Macbe,
|
gid_File_Lib_Macbe,
|
||||||
gid_File_Lib_Fps_Office,
|
|
||||||
gid_File_Lib_Fpicker,
|
|
||||||
gid_File_Lib_Hatchwindowfactory,
|
|
||||||
gid_File_Lib_Passwordcontainer,
|
|
||||||
gid_File_Lib_Updatefeed,
|
gid_File_Lib_Updatefeed,
|
||||||
gid_File_Lib_Cli_Oootypes_Assembly,
|
gid_File_Lib_Cli_Oootypes_Assembly,
|
||||||
gid_File_Lib_Policy_Cli_Oootypes_Assembly,
|
gid_File_Lib_Policy_Cli_Oootypes_Assembly,
|
||||||
|
|
|
@ -38,7 +38,6 @@ Module gid_Module_Prg_Wrt_Bin
|
||||||
Files = (gid_File_Bin_Cde_Sagenda,gid_File_Bin_Cde_Sfax,gid_File_Bin_Cde_Slabel,
|
Files = (gid_File_Bin_Cde_Sagenda,gid_File_Bin_Cde_Sfax,gid_File_Bin_Cde_Slabel,
|
||||||
gid_File_Bin_Cde_Sletter,gid_File_Bin_Cde_Smemo,gid_File_Bin_Cde_Svcard,
|
gid_File_Bin_Cde_Sletter,gid_File_Bin_Cde_Smemo,gid_File_Bin_Cde_Svcard,
|
||||||
auto_writer_ALL
|
auto_writer_ALL
|
||||||
gid_File_Lib_Vbaswobj,
|
|
||||||
gid_File_Jar_Email,
|
gid_File_Jar_Email,
|
||||||
gid_File_Jar_Mail,
|
gid_File_Jar_Mail,
|
||||||
gid_File_Jar_Activation,
|
gid_File_Jar_Activation,
|
||||||
|
|
Loading…
Reference in a new issue