1119 lines
23 KiB
Plaintext
1119 lines
23 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
#include "macros.inc"
|
|
|
|
#if defined SOLAR_JAVA && defined WNT
|
|
File gid_File_Lib_Accessbridge
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "java_uno_accessbridge.dll";
|
|
End
|
|
#endif
|
|
|
|
#if defined(WNT)
|
|
STD_LIB_FILE( gid_File_Lib_Ado, ado)
|
|
#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
|
|
File gid_File_Lib_CLucene
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libclucene,UNXSUFFIX));
|
|
#else
|
|
Name = "clucene.dll";
|
|
#endif
|
|
End
|
|
#endif
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Ldapbe2, ldapbe2 )
|
|
|
|
#if defined _MSC_VER
|
|
|
|
File gid_File_Lib_Cli_Oootypes_Assembly
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
|
|
Name = "cli_oootypes.dll";
|
|
Dir = gid_Brand_Dir_Program;
|
|
Assemblyname = "cli_oootypes";
|
|
PublicKeyToken = "ce2cb7e279207b9e";
|
|
Version = "${CLI_OOOTYPES_NEW_VERSION}";
|
|
Culture = "neutral";
|
|
Attributes = "0";
|
|
ProcessorArchitecture = "MSIL";
|
|
End
|
|
|
|
#endif
|
|
|
|
#if defined _MSC_VER
|
|
File gid_File_Lib_Policy_Cli_Oootypes_Assembly
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
|
|
Name = "${CLI_OOOTYPES_POLICY_ASSEMBLY}.dll";
|
|
Dir = gid_Brand_Dir_Program;
|
|
Assemblyname = "${CLI_OOOTYPES_POLICY_ASSEMBLY}";
|
|
PublicKeyToken = "ce2cb7e279207b9e";
|
|
Version = "${CLI_OOOTYPES_POLICY_VERSION}";
|
|
Culture = "neutral";
|
|
Attributes = "0";
|
|
ProcessorArchitecture = "MSIL";
|
|
End
|
|
|
|
#endif
|
|
|
|
#if defined _MSC_VER
|
|
|
|
File gid_File_Lib_Policy_Cli_Oootypes_Config
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED, ASSIGNCOMPOMENT, DONTRENAMEINPATCH);
|
|
Name = "cli_oootypes.config";
|
|
Dir = gid_Brand_Dir_Program;
|
|
AssignComponent = gid_File_Lib_Policy_Cli_Oootypes_Assembly;
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
#if ! defined WNT // no longer supported on Windows
|
|
STD_LIB_FILE( gid_File_Lib_Cmdmail, cmdmail )
|
|
#endif
|
|
|
|
#ifndef SYSTEM_CURL
|
|
|
|
File gid_File_Lib_Curl
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT2(libcurl.4,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT2(libcurl,UNXSUFFIX));
|
|
#endif
|
|
#else
|
|
#ifdef _gcc3
|
|
Name = "libcurl-4.dll";
|
|
#else
|
|
Name = "libcurl.dll";
|
|
#endif
|
|
#endif
|
|
End
|
|
|
|
#endif
|
|
|
|
File gid_File_Lib_Dbpool
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libdbpool2,UNXSUFFIX));
|
|
#else
|
|
Name = "dbpool2.dll";
|
|
#endif
|
|
End
|
|
|
|
File gid_File_Lib_Dict_Ja
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libdict_ja,UNXSUFFIX));
|
|
#else
|
|
Name = "dict_ja.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_File_Lib_Dict_Zh
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libdict_zh,UNXSUFFIX));
|
|
#else
|
|
Name = "dict_zh.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_File_Lib_Collator_Data
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libcollator_data,UNXSUFFIX));
|
|
#else
|
|
Name = "collator_data.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_File_Lib_Index_Data
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libindex_data,UNXSUFFIX));
|
|
#else
|
|
Name = "index_data.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_File_Lib_Textconv_Dict
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libtextconv_dict,UNXSUFFIX));
|
|
#else
|
|
Name = "textconv_dict.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
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
|
|
|
|
File gid_File_Lib_Dnd
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "dnd.dll";
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
|
|
File gid_File_Lib_Dtrans
|
|
LIB_FILE_BODY;
|
|
Name = "dtrans.dll";
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#endif
|
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Embobj,embobj)
|
|
|
|
/* fdo#60491 always need emboleobj library on non-WNT platforms */
|
|
#if !defined(WNT) || !defined(DISABLE_ATL)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Emboleobj,emboleobj)
|
|
#endif
|
|
|
|
#if defined(WNT) && !defined(DISABLE_ATL)
|
|
|
|
File gid_File_Lib_Inprocserv
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "inprocserv.dll";
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
|
File gid_File_Lib_Macab_1
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = STRING(CONCAT2(libmacab1,UNXSUFFIX));
|
|
End
|
|
|
|
File gid_File_Lib_Macab_Drv_1
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = STRING(CONCAT2(libmacabdrv1,UNXSUFFIX));
|
|
End
|
|
#endif // #ifdef MACOSX
|
|
|
|
#endif // #ifdef UNX
|
|
|
|
#ifdef WNT
|
|
|
|
File gid_File_Lib_Fps
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "fps.dll";
|
|
End
|
|
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
#ifdef ENABLE_TDE
|
|
File gid_File_Bin_TdeFilePicker
|
|
BIN_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = gid_Brand_Dir_Program;
|
|
Name = "tdefilepicker";
|
|
End
|
|
#endif
|
|
|
|
#ifdef ENABLE_KDE
|
|
File gid_File_Bin_KdeFilePicker
|
|
BIN_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = gid_Brand_Dir_Program;
|
|
Name = "kdefilepicker";
|
|
End
|
|
#endif
|
|
#endif
|
|
|
|
#ifdef MACOSX
|
|
STD_LIB_FILE( gid_File_Lib_Fps_Aqua, fps_aqua )
|
|
|
|
File gid_File_Lib_MacOSXSpell
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Name = LIBNAME(MacOSXSpell);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
End
|
|
|
|
#ifndef X86_64
|
|
File gid_File_Lib_avmediaQuickTime
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Name = LIBNAME(avmediaQuickTime);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
End
|
|
#endif
|
|
#endif
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Fps_Office, fps_office )
|
|
STD_LIB_FILE( gid_File_Lib_Fpicker, fpicker )
|
|
|
|
#ifndef SYSTEM_LCMS2
|
|
|
|
File gid_File_Lib_Lcms2
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT3(liblcms2,.2,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT3(liblcms2,UNXSUFFIX,.2));
|
|
#endif
|
|
#elif defined(WNT)
|
|
#ifdef _gcc3
|
|
Name = "liblcms2-2.dll";
|
|
#else
|
|
Name = "lcms2.dll";
|
|
#endif
|
|
#endif
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifdef NEED_CAIRO
|
|
|
|
File gid_File_Lib_Cairo
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT3(libcairo,.2,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT3(libcairo,UNXSUFFIX,.2));
|
|
#endif
|
|
#elif defined(WNT)
|
|
#ifdef _gcc3
|
|
Name = "libcairo-2.dll";
|
|
#else
|
|
Name = "cairo.dll";
|
|
#endif
|
|
#endif
|
|
End
|
|
|
|
#ifndef WNT
|
|
|
|
File gid_File_Lib_Pixman
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT2(libpixman-1,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT3(libpixman-1,UNXSUFFIX,.0));
|
|
#endif
|
|
#endif
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
|
|
File gid_File_Lib_Ftransl
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "ftransl.dll";
|
|
End
|
|
|
|
#endif
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Hatchwindowfactory, hatchwindowfactory )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_I18nsearch, i18nsearch )
|
|
|
|
#ifndef SYSTEM_ICU
|
|
|
|
File gid_File_Lib_Icudata
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT6(libicudata,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
|
|
#else
|
|
#ifdef MSVC_PKG_DEBUG_RUNTIME
|
|
Name = STRING(CONCAT3(icudtd,ICU_MAJOR,.dll));
|
|
#else
|
|
Name = STRING(CONCAT3(icudt,ICU_MAJOR,.dll));
|
|
#endif // MSVC_PKG_DEBUG_RUNTIME
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_File_Lib_Icui18n
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT6(libicui18n,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
|
|
#else
|
|
#ifdef MSVC_PKG_DEBUG_RUNTIME
|
|
Name = STRING(CONCAT3(icuind,ICU_MAJOR,.dll));
|
|
#else
|
|
Name = STRING(CONCAT3(icuin,ICU_MAJOR,.dll));
|
|
#endif // MSVC_PKG_DEBUG_RUNTIME
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_File_Lib_Icule
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT6(libicule,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
|
|
#else
|
|
#ifdef MSVC_PKG_DEBUG_RUNTIME
|
|
Name = STRING(CONCAT3(iculed,ICU_MAJOR,.dll));
|
|
#else
|
|
Name = STRING(CONCAT3(icule,ICU_MAJOR,.dll));
|
|
#endif // MSVC_PKG_DEBUG_RUNTIME
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_File_Lib_Icuuc
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT6(libicuuc,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
|
|
#else
|
|
#ifdef MSVC_PKG_DEBUG_RUNTIME
|
|
Name = STRING(CONCAT3(icuucd,ICU_MAJOR,.dll));
|
|
#else
|
|
Name = STRING(CONCAT3(icuuc,ICU_MAJOR,.dll));
|
|
#endif // MSVC_PKG_DEBUG_RUNTIME
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#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)
|
|
|
|
File gid_File_Lib_sn_tools
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY, DONTRENAMEINPATCH);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "sn_tools.dll";
|
|
End
|
|
|
|
#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 WITH_MOZAB4WIN
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Mozab,mozab2)
|
|
STD_LIB_FILE(gid_File_Lib_Mozabdrv,mozabdrv)
|
|
|
|
#else
|
|
|
|
File gid_File_Lib_Mozbootstrap
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "mozbootstrap.dll";
|
|
End
|
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Mork,mork)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Mozbootstrap,mozbootstrap)
|
|
|
|
#endif
|
|
|
|
// STD_LIB_FILE( gid_File_Lib_Ofa , ofa)
|
|
|
|
#ifdef SOLAR_JAVA
|
|
#ifndef MACOSX
|
|
|
|
File gid_File_Lib_Officebean
|
|
TXT_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libofficebean,UNXSUFFIX));
|
|
#else
|
|
Name = "officebean.dll";
|
|
#endif
|
|
End
|
|
|
|
#endif
|
|
#endif
|
|
|
|
#if defined(WNT) && !defined(DISABLE_ATL)
|
|
STD_LIB_FILE( gid_File_Lib_Ole, oleautobridge )
|
|
#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)
|
|
|
|
#if defined ENABLE_NPAPI_FROM_BROWSER
|
|
STD_LIB_FILE( gid_File_Lib_Pl , pl)
|
|
#endif
|
|
|
|
#if defined(UNX) && ! defined(MACOSX)
|
|
#ifdef ENABLE_TDE
|
|
File gid_File_Lib_Vclplug_Tde
|
|
Name = LIBNAME(vclplug_tde);
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
End
|
|
#endif
|
|
#ifdef ENABLE_KDE
|
|
File gid_File_Lib_Vclplug_Kde
|
|
Name = LIBNAME(vclplug_kde);
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
End
|
|
#endif
|
|
#ifdef ENABLE_KDE4
|
|
File gid_File_Lib_Vclplug_Kde4
|
|
Name = LIBNAME(vclplug_kde4);
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
End
|
|
#endif
|
|
#endif
|
|
|
|
#if defined(MACOSX)
|
|
File gid_File_Lib_AppleRemote
|
|
Name = LIBNAME(AppleRemote);
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
End
|
|
#endif
|
|
|
|
#if defined(MACOSX)
|
|
File gid_File_Lib_Basebmp
|
|
Name = LIBNAME(basebmp);
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
End
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
#if ! defined LIBO_HEADLESS
|
|
STD_LIB_FILE( gid_File_Lib_Vclplug_Svp, vclplug_svp )
|
|
#endif
|
|
STD_LIB_FILE( gid_File_Lib_BaseBmp, basebmp )
|
|
#endif
|
|
|
|
#if defined UNX && ! defined MACOSX
|
|
|
|
File gid_File_Lib_Recentfile
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = STRING(CONCAT2(librecentfile,UNXSUFFIX));
|
|
End
|
|
|
|
#endif
|
|
|
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
|
|
|
File gid_File_Lib_Reg4allmsdoc
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "reg4allmsdoc.dll";
|
|
End
|
|
|
|
File gid_File_Lib_Qslnkmsi
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "qslnkmsi.dll";
|
|
End
|
|
|
|
|
|
File gid_File_Lib_Sdqsmsi
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "sdqsmsi.dll";
|
|
End
|
|
|
|
#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_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)
|
|
|
|
File gid_File_Lib_Instooofiltmsi
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "instooofiltmsi.dll";
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
STD_LIB_FILE( gid_File_Lib_Smplmail, smplmail )
|
|
#endif
|
|
|
|
#if defined(UNX) && !defined(MACOSX) && !defined(LIBO_HEADLESS)
|
|
|
|
File gid_File_Lib_Spa
|
|
Name = LIBNAME(spa);
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
End
|
|
|
|
#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
|
|
STD_LIB_FILE( gid_File_Lib_Spl_Unx, spl_unx)
|
|
#endif
|
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Srtrs1,srtrs1)
|
|
|
|
#if ! defined UNX
|
|
File gid_File_Lib_Sysdtrans
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = "sysdtrans.dll";
|
|
End
|
|
#endif
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Syssh, syssh )
|
|
|
|
#ifdef WNT
|
|
STD_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1 )
|
|
#endif
|
|
|
|
#ifdef MACOSX
|
|
STD_LIB_FILE( gid_File_Lib_Macbe, macbe1 )
|
|
#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
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libucpchelp1,UNXSUFFIX));
|
|
#else
|
|
Name = "ucpchelp1.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#ifndef DISABLE_NEON
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucpdav1,ucpdav1)
|
|
#ifndef SYSTEM_NEON
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Neon,neon)
|
|
#endif
|
|
#endif
|
|
|
|
#if !defined(ANDROID) && !defined(IOS) //FIXME: get nss&xmlsec building
|
|
//we need the nss libs for libxmlsec (or if the internal mozilla is enabled)
|
|
#ifndef SYSTEM_NSS
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Freebl3,freebl3)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Nss3,nss3)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Nspr,nspr4)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Nssdbm3,nssdbm3)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Nssutil3,nssutil3)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Nssckbi,nssckbi)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Plc4,plc4)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Plds4,plds4)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Softokn3,softokn3)
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Smime3,smime3)
|
|
#ifdef WNT
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Sqlite3,sqlite3)
|
|
#endif //WNT
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ssl3,ssl3)
|
|
#endif //SYSTEM_NSS
|
|
|
|
File gid_File_Lib_XSec_XmlSec
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libxsec_xmlsec,UNXSUFFIX));
|
|
#else
|
|
Name = "xsec_xmlsec.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#endif
|
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucpftp1,ucpftp1)
|
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucphier1,ucphier1)
|
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucppkg1,ucppkg1)
|
|
|
|
STD_LIB_FILE(gid_File_Ucptdoc1, ucptdoc1)
|
|
|
|
STD_LIB_FILE(gid_File_Ucpext, ucpext)
|
|
|
|
STD_LIB_FILE(gid_File_Ucpcmis, ucpcmis1)
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Textfd, textfd )
|
|
|
|
#ifndef SYSTEM_LIBXSLT
|
|
File gid_File_Lib_Xslt
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT4(libxslt,.,LIBXSLT_MAJOR,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT4(libxslt,UNXSUFFIX,.,LIBXSLT_MAJOR));
|
|
#endif
|
|
#else
|
|
#ifdef _gcc3
|
|
Name = "libxslt-1.dll";
|
|
#else
|
|
Name = "libxslt.dll";
|
|
#endif
|
|
#endif
|
|
End
|
|
File gid_File_Lib_eXslt
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT4(libexslt,.,0,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT4(libexslt,UNXSUFFIX,.,0));
|
|
#endif
|
|
#else
|
|
#ifdef _gcc3
|
|
Name = "libexslt-0.dll";
|
|
#else
|
|
Name = "libexslt.dll";
|
|
#endif
|
|
#endif
|
|
End
|
|
#endif
|
|
|
|
#if defined ENABLE_GSTREAMER
|
|
SPECIAL_LIB_FILE( gid_File_Lib_AVMediaGStreamer, avmediagst )
|
|
#endif
|
|
#if defined ENABLE_GSTREAMER_0_10
|
|
SPECIAL_LIB_FILE( gid_File_Lib_AVMediaGStreamer_0_10, avmediagst_0_10 )
|
|
#endif
|
|
#if defined WNT
|
|
#ifdef ENABLE_DIRECTX
|
|
SPECIAL_LIB_FILE( gid_File_Lib_AVMediaWin, avmediawin )
|
|
#endif
|
|
#endif
|
|
|
|
File gid_File_Lib_XSec_XMLSecurity
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libxmlsecurity,UNXSUFFIX));
|
|
#else
|
|
Name = "xmlsecurity.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
File gid_File_Lib_XSec_Framework
|
|
LIB_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = STRING(CONCAT2(libxsec_fw,UNXSUFFIX));
|
|
#else
|
|
Name = "xsec_fw.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#ifdef WNT
|
|
File gid_File_Lib_LibXMLSec_xmlseccore
|
|
LIB_FILE_BODY;
|
|
#ifdef _gcc3
|
|
Name = "libxmlsec1.dll";
|
|
#else
|
|
Name = "libxmlsec.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#ifdef CROSS_COMPILING
|
|
File gid_File_Lib_LibXMLSec_xmlsecnss
|
|
LIB_FILE_BODY;
|
|
#ifdef _gcc3
|
|
Name = "libxmlsec1-nss.dll";
|
|
#else
|
|
Name = "libxmlsec-nss.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
#else
|
|
File gid_File_Lib_LibXMLSec_xmlsecmscrypto
|
|
LIB_FILE_BODY;
|
|
#ifdef _gcc3
|
|
Name = "libxmlsec1-mscrypto.dll";
|
|
#else
|
|
Name = "libxmlsec-mscrypto.dll";
|
|
#endif
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Styles = (PACKED);
|
|
End
|
|
#endif
|
|
#endif
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Migrationoo2, migrationoo2 )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Migrationoo3, migrationoo3 )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Updatefeed , updatefeed )
|
|
|
|
#ifndef SYSTEM_OPENSSL
|
|
File gid_File_Lib_Openssl
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef WNT
|
|
Name = "ssleay32.dll";
|
|
#endif
|
|
End
|
|
#endif
|
|
|
|
#ifndef SYSTEM_OPENSSL
|
|
File gid_File_Lib_Crypto
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef WNT
|
|
Name = "libeay32.dll";
|
|
#endif
|
|
End
|
|
#endif
|
|
|
|
File gid_File_Lib_Unopkgapp
|
|
LIB_FILE_BODY;
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = SCP2_URE_DL_NORMAL("unopkgapp");
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#if defined WNT && !defined _gcc3 && defined WITH_MOZAB4WIN
|
|
// see common_brand.scp gid_Brand_File_Lib_Msvcp80 and
|
|
// gid_Brand_File_Lib_Msvcr80
|
|
File gid_File_Moz_Msvcp80
|
|
LIB_FILE_BODY;
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = SCP2_URE_DL_NORMAL("msvcp80");
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
End
|
|
File gid_File_Moz_Msvcr80
|
|
LIB_FILE_BODY;
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
Name = SCP2_URE_DL_NORMAL("msvcr80");
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
End
|
|
File gid_File_Moz_Msvc80crt_Manifest
|
|
BIN_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = gid_Brand_Dir_Program;
|
|
Name = "Microsoft.VC80.CRT.manifest";
|
|
End
|
|
#endif
|
|
|
|
#ifndef SYSTEM_REDLAND
|
|
File gid_File_Lib_Raptor
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT4(libraptor2-lo,.,RAPTOR_MAJOR,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT4(libraptor2-lo,UNXSUFFIX,.,RAPTOR_MAJOR));
|
|
#endif
|
|
#else
|
|
#ifdef _gcc3
|
|
Name = "libraptor2-1.dll";
|
|
#else
|
|
Name = "raptor2.dll";
|
|
#endif
|
|
#endif
|
|
End
|
|
|
|
File gid_File_Lib_Rasqal
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT4(librasqal-lo,.,RASQAL_MAJOR,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT4(librasqal-lo,UNXSUFFIX,.,RASQAL_MAJOR));
|
|
#endif
|
|
#else
|
|
#ifdef _gcc3
|
|
Name = STRING(CONCAT3(librasqal-,RASQAL_MAJOR,.dll));
|
|
#else
|
|
Name = "rasqal.dll";
|
|
#endif
|
|
#endif
|
|
End
|
|
|
|
File gid_File_Lib_Rdf
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED);
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
#ifdef UNX
|
|
#ifdef MACOSX
|
|
Name = STRING(CONCAT4(librdf-lo,.,REDLAND_MAJOR,UNXSUFFIX));
|
|
#else
|
|
Name = STRING(CONCAT4(librdf-lo,UNXSUFFIX,.,REDLAND_MAJOR));
|
|
#endif
|
|
#else
|
|
#ifdef _gcc3
|
|
Name = "librdf-0.dll";
|
|
#else
|
|
Name = "librdf.dll";
|
|
#endif
|
|
#endif
|
|
End
|
|
#endif // SYSTEM_REDLAND
|
|
|
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
|
|
|
File gid_File_Lib_sellangmsi
|
|
LIB_FILE_BODY;
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
Dir = gid_Brand_Dir_Program;
|
|
Name = "sellangmsi.dll";
|
|
End
|
|
|
|
#endif
|