2010-03-16 09:54:03 +01:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
*
|
2010-02-12 15:01:35 +01:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* 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.
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* 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).
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* 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.
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2010-03-16 09:54:03 +01:00
|
|
|
************************************************************************/
|
2004-02-05 17:10:37 +00:00
|
|
|
#include "macros.inc"
|
2005-11-11 13:26:28 +00:00
|
|
|
|
2011-02-16 11:18:47 +02:00
|
|
|
#if defined SOLAR_JAVA && defined WNT
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Accessbridge
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "java_uno_accessbridge.dll";
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2008-03-26 11:39:43 +00:00
|
|
|
#if defined(WNT)
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Ado, ado)
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
|
2012-03-07 13:57:46 +02:00
|
|
|
#ifndef DISABLE_SCRIPTING
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Basctl, basctl)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Basprov
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2011-09-29 22:00:24 +02:00
|
|
|
Name = STRING(CONCAT3(basprov,.uno,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2011-09-29 22:00:24 +02:00
|
|
|
Name = STRING(CONCAT3(basprov,.uno,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2009-06-17 13:32:41 +00:00
|
|
|
File gid_File_Lib_Vbaevent
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2011-09-29 22:00:24 +02:00
|
|
|
Name = STRING(CONCAT3(vbaevents,.uno,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2011-09-29 22:00:24 +02:00
|
|
|
Name = STRING(CONCAT3(vbaevents,.uno,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2012-03-07 13:57:46 +02:00
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Bib , bib)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Cached1
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-03-30 13:51:08 +00:00
|
|
|
#ifdef UNX
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = STRING(CONCAT2(libcached1,UNXSUFFIX));
|
2004-03-30 13:51:08 +00:00
|
|
|
#else
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "cached1.dll";
|
2004-03-30 13:51:08 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2012-02-20 20:42:19 +00:00
|
|
|
#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
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_Configmgr, configmgr.uno)
|
2004-03-30 13:51:08 +00:00
|
|
|
|
2006-04-20 12:34:52 +00:00
|
|
|
#ifdef WITH_LDAP
|
2004-08-03 13:58:16 +00:00
|
|
|
File gid_File_Lib_Ldapbe2
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-08-03 13:58:16 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(ldapbe2.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "ldapbe2.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
2004-10-22 07:00:32 +00:00
|
|
|
#endif
|
2004-08-03 13:58:16 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Chartcontroller, chartcontroller)
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Chartmodel, chartmodel)
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Charttools, charttools)
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Chartview, chartview)
|
2004-02-10 10:10:55 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2012-01-18 16:19:23 +01:00
|
|
|
#if defined _MSC_VER
|
2005-11-19 16:01:23 +00:00
|
|
|
|
2008-06-25 11:18:02 +00:00
|
|
|
File gid_File_Lib_Cli_Oootypes_Assembly
|
2005-11-11 09:25:46 +00:00
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
|
2008-06-25 11:18:02 +00:00
|
|
|
Name = "cli_oootypes.dll";
|
2011-10-21 13:13:21 +02:00
|
|
|
Dir = gid_Brand_Dir_Program;
|
2008-06-25 11:18:02 +00:00
|
|
|
Assemblyname = "cli_oootypes";
|
2005-11-11 09:25:46 +00:00
|
|
|
PublicKeyToken = "ce2cb7e279207b9e";
|
2008-06-25 11:18:02 +00:00
|
|
|
Version = "${CLI_OOOTYPES_NEW_VERSION}";
|
2005-11-11 09:25:46 +00:00
|
|
|
Culture = "neutral";
|
|
|
|
Attributes = "0";
|
2007-04-02 11:34:16 +00:00
|
|
|
ProcessorArchitecture = "MSIL";
|
2005-11-11 09:25:46 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
2008-07-17 10:46:56 +00:00
|
|
|
|
2012-01-18 16:19:23 +01:00
|
|
|
#if defined _MSC_VER
|
2008-06-25 11:18:02 +00:00
|
|
|
File gid_File_Lib_Policy_Cli_Oootypes_Assembly
|
2005-11-19 16:01:23 +00:00
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
|
2008-06-25 11:18:02 +00:00
|
|
|
Name = "${CLI_OOOTYPES_POLICY_ASSEMBLY}.dll";
|
2011-10-21 13:13:21 +02:00
|
|
|
Dir = gid_Brand_Dir_Program;
|
2008-06-25 11:18:02 +00:00
|
|
|
Assemblyname = "${CLI_OOOTYPES_POLICY_ASSEMBLY}";
|
2005-11-19 16:01:23 +00:00
|
|
|
PublicKeyToken = "ce2cb7e279207b9e";
|
2008-06-25 11:18:02 +00:00
|
|
|
Version = "${CLI_OOOTYPES_POLICY_VERSION}";
|
2004-11-26 17:37:21 +00:00
|
|
|
Culture = "neutral";
|
|
|
|
Attributes = "0";
|
2007-04-02 11:34:16 +00:00
|
|
|
ProcessorArchitecture = "MSIL";
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
2004-06-17 14:45:41 +00:00
|
|
|
|
2012-01-18 16:19:23 +01:00
|
|
|
#if defined _MSC_VER
|
2005-11-19 16:01:23 +00:00
|
|
|
|
2008-06-25 11:18:02 +00:00
|
|
|
File gid_File_Lib_Policy_Cli_Oootypes_Config
|
2005-11-19 16:01:23 +00:00
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED, ASSIGNCOMPOMENT, DONTRENAMEINPATCH);
|
2008-06-25 11:18:02 +00:00
|
|
|
Name = "cli_oootypes.config";
|
2011-10-21 13:13:21 +02:00
|
|
|
Dir = gid_Brand_Dir_Program;
|
2008-06-25 11:18:02 +00:00
|
|
|
AssignComponent = gid_File_Lib_Policy_Cli_Oootypes_Assembly;
|
2005-11-19 16:01:23 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2004-06-17 14:45:41 +00:00
|
|
|
#if ! defined WNT // no longer supported on Windows
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Cmdmail, cmdmail.uno )
|
2004-06-17 14:45:41 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2004-07-12 12:07:42 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Comphelper2
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2011-01-28 12:49:53 +01:00
|
|
|
Name = STRING(CONCAT3(libcomphelp,COMID,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2011-01-28 12:49:53 +01:00
|
|
|
Name = STRING(CONCAT3(comphelp,COMID,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Ctl , ctl)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Cui, cui)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2004-09-09 07:09:13 +00:00
|
|
|
#ifndef SYSTEM_CURL
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Curl
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2005-02-24 13:09:49 +00:00
|
|
|
#ifdef MACOSX
|
2010-01-11 08:36:34 +01:00
|
|
|
Name = STRING(CONCAT2(libcurl.4,UNXSUFFIX));
|
2005-02-24 13:09:49 +00:00
|
|
|
#else
|
2010-01-11 08:36:34 +01:00
|
|
|
Name = STRING(CONCAT3(libcurl,UNXSUFFIX,.4));
|
2005-02-24 13:09:49 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2007-03-26 13:30:18 +00:00
|
|
|
#ifdef _gcc3
|
2010-01-11 08:36:34 +01:00
|
|
|
Name = "libcurl-4.dll";
|
2007-03-26 13:30:18 +00:00
|
|
|
#else
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "libcurl.dll";
|
2007-03-26 13:30:18 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2004-09-09 07:09:13 +00:00
|
|
|
#endif
|
|
|
|
|
2005-04-11 08:33:24 +00:00
|
|
|
#ifndef SYSTEM_DB
|
2004-09-09 07:09:13 +00:00
|
|
|
|
2005-04-11 08:33:24 +00:00
|
|
|
File gid_File_Lib_Db
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2009-08-25 11:09:20 +00:00
|
|
|
Name = STRING(CONCAT2(libdb-4.7,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2009-08-25 11:09:20 +00:00
|
|
|
Name = "libdb47.dll";
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2006-10-06 09:40:39 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef ENABLE_GTK
|
2006-11-07 14:32:41 +00:00
|
|
|
#ifdef ENABLE_SYSTRAY_GTK
|
2006-10-06 09:40:39 +00:00
|
|
|
File gid_File_Lib_QStart_Gtk
|
|
|
|
Name = LIBNAME(qstart_gtk);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-06-08 09:41:44 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2006-10-06 09:40:39 +00:00
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
2006-11-07 14:32:41 +00:00
|
|
|
#endif
|
2006-10-06 09:40:39 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dba, dba)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sdbt, sdbt)
|
2006-07-10 15:16:15 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbmm, dbmm)
|
2008-03-06 17:46:46 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbase2, dbase )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbfile , file)
|
2009-07-03 12:24:35 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Odbcbase,odbcbase)
|
2008-08-19 09:36:29 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Dbpool
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libdbpool2,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "dbpool2.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbt, dbtools )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbaxml, dbaxml )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Dict_Ja
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libdict_ja,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "dict_ja.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Dict_Zh
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libdict_zh,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "dict_zh.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2006-01-31 17:49:59 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Collator_Data
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2006-01-31 17:49:59 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libcollator_data,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "collator_data.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2006-01-31 17:49:59 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Index_Data
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2006-01-31 17:49:59 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libindex_data,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "index_data.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2006-01-31 17:49:59 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Textconv_Dict
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2006-01-31 17:49:59 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libtextconv_dict,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "textconv_dict.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2012-03-07 13:57:46 +02:00
|
|
|
#ifndef DISABLE_SCRIPTING
|
|
|
|
|
2004-02-10 16:20:31 +00:00
|
|
|
File gid_File_Lib_Dlgprov
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-10 16:20:31 +00:00
|
|
|
#ifdef UNX
|
2011-09-29 22:00:24 +02:00
|
|
|
Name = STRING(CONCAT3(dlgprov,.uno,UNXSUFFIX));
|
2004-02-10 16:20:31 +00:00
|
|
|
#else
|
2011-09-29 22:00:24 +02:00
|
|
|
Name = STRING(CONCAT3(dlgprov,.uno,.dll));
|
2004-02-10 16:20:31 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2012-03-07 13:57:46 +02:00
|
|
|
#endif
|
|
|
|
|
2007-01-02 14:55:30 +00:00
|
|
|
File gid_File_Lib_Stringresource
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-01-02 14:55:30 +00:00
|
|
|
#ifdef UNX
|
2011-09-29 22:00:24 +02:00
|
|
|
Name = STRING(CONCAT3(stringresource,.uno,UNXSUFFIX));
|
2007-01-02 14:55:30 +00:00
|
|
|
#else
|
2011-09-29 22:00:24 +02:00
|
|
|
Name = STRING(CONCAT3(stringresource,.uno,.dll));
|
2007-01-02 14:55:30 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2012-03-07 13:57:46 +02:00
|
|
|
#ifndef DISABLE_SCRIPTING
|
|
|
|
|
2007-04-25 15:18:25 +00:00
|
|
|
File gid_File_Lib_Vbaobj
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-04-25 15:18:25 +00:00
|
|
|
#ifdef UNX
|
2011-03-26 15:21:59 -05:00
|
|
|
Name = STRING(CONCAT3(vbaobj,.uno,UNXSUFFIX));
|
2007-04-25 15:18:25 +00:00
|
|
|
#else
|
2011-03-26 15:21:59 -05:00
|
|
|
Name = STRING(CONCAT3(vbaobj,.uno,.dll));
|
2007-04-25 15:18:25 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2009-09-18 15:24:22 +00:00
|
|
|
File gid_File_Lib_Vbaswobj
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2010-03-22 16:36:18 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2009-09-18 15:24:22 +00:00
|
|
|
#ifdef UNX
|
2010-04-16 23:02:51 +02:00
|
|
|
Name = STRING(CONCAT3(vbaswobj,.uno,UNXSUFFIX));
|
2009-09-18 15:24:22 +00:00
|
|
|
#else
|
2010-04-16 23:02:51 +02:00
|
|
|
Name = STRING(CONCAT3(vbaswobj,.uno,.dll));
|
2009-09-18 15:24:22 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Vbamsforms
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2010-03-22 16:36:18 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2009-09-18 15:24:22 +00:00
|
|
|
#ifdef UNX
|
2011-01-26 16:15:19 +01:00
|
|
|
Name = STRING(CONCAT3(msforms,.uno,UNXSUFFIX));
|
2009-09-18 15:24:22 +00:00
|
|
|
#else
|
2011-01-26 16:15:19 +01:00
|
|
|
Name = STRING(CONCAT3(msforms,.uno,.dll));
|
2009-09-18 15:24:22 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Vbahelper
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-09-18 15:24:22 +00:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT3(libvbahelper,DLLPOSTFIX,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT3(vbahelper,DLLPOSTFIX,.dll));
|
|
|
|
#endif
|
|
|
|
End
|
2007-04-25 15:18:25 +00:00
|
|
|
|
2012-03-07 13:57:46 +02:00
|
|
|
#endif
|
2007-04-25 15:18:25 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Dnd
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "dnd.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Dtrans
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "dtrans.dll";
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Drawinglayer,drawinglayer)
|
2008-08-19 23:08:50 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Embobj,embobj)
|
2007-06-05 10:28:22 +00:00
|
|
|
|
|
|
|
#ifndef DISABLE_ATL
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Emboleobj,emboleobj)
|
2007-06-05 10:28:22 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2007-06-05 10:28:22 +00:00
|
|
|
#if defined(WNT) && !defined(DISABLE_ATL)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Emser, emser )
|
2008-11-20 15:13:11 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Inprocserv
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-11-20 15:13:11 +00:00
|
|
|
Name = "inprocserv.dll";
|
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef UNX
|
|
|
|
|
2012-05-14 20:09:41 -05:00
|
|
|
#ifdef ENABLE_TDEAB
|
|
|
|
File gid_File_Lib_Tdeab_1
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = STRING(CONCAT2(libtdeab1,UNXSUFFIX));
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Tdeab_Drv_1
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = STRING(CONCAT2(libtdeabdrv1,UNXSUFFIX));
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2006-01-10 13:34:07 +00:00
|
|
|
#ifdef ENABLE_KAB
|
2012-05-29 16:34:57 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Kab_1, kab1)
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Kab_Drv_1, kabdrv1)
|
2005-12-19 16:23:17 +00:00
|
|
|
#endif
|
|
|
|
|
2007-09-13 16:59:54 +00:00
|
|
|
#ifdef MACOSX
|
|
|
|
File gid_File_Lib_Macab_1
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-09-13 16:59:54 +00:00
|
|
|
Name = STRING(CONCAT2(libmacab1,UNXSUFFIX));
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Macab_Drv_1
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-09-13 16:59:54 +00:00
|
|
|
Name = STRING(CONCAT2(libmacabdrv1,UNXSUFFIX));
|
|
|
|
End
|
2012-05-14 20:09:41 -05:00
|
|
|
#endif // #ifdef MACOSX
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-06-09 13:15:14 +00:00
|
|
|
#ifdef ENABLE_EVOAB2
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Evoab , evoab)
|
2005-06-09 13:15:14 +00:00
|
|
|
|
CWS-TOOLING: integrate CWS evoab2def
2009-05-28 16:00:19 +0200 fs r272412 : don't use createFalse - Evo 2.22 simply hangs when ask for all contacts without a first name. Instead, in the WHERE 0=1 case, simply create an empty result set
2009-05-22 14:25:51 +0200 fs r272193 : #i10000#
2009-05-22 14:25:37 +0200 fs r272192 : oops, ENABLE_EVOAB2 for some platforms only, not generically
2009-05-22 14:19:00 +0200 fs r272191 : #i10000#
2009-05-22 12:42:38 +0200 fs r272183 : when sorting, properly use a syslocale collator, instead of comparing the numerical values of the string's UTF-16 code points
2009-05-20 15:09:00 +0200 fs r272131 : clear/getWarnings: also allowed without cache
2009-05-20 14:11:19 +0200 fs r272128 : removed debug traces
2009-05-20 14:03:31 +0200 fs r272126 : #i55701# +STR_SORT_BY_COL_ONLY
2009-05-20 14:02:29 +0200 fs r272125 : implement sorting
2009-05-20 10:10:19 +0200 fs r272107 : #i10000#
2009-05-19 16:02:17 +0200 fs r272089 : #i10000#
2009-05-19 16:02:02 +0200 fs r272088 : #i55701# strings for new error condition DATA_CANNOT_SELECT_UNFILTERED
2009-05-19 16:01:31 +0200 fs r272087 : #i55701# use DATA_CANNOT_SELECT_UNFILTERED as standardized error code
2009-05-19 15:59:59 +0200 fs r272086 : #i55701# +DATA_CANNOT_SELECT_UNFILTERED
2009-05-19 15:46:12 +0200 fs r272084 : #i55701# recognize the DATA_CANNOT_SELECT_UNFILTERED error condition, and allow filtering in this case, even when the result set is empty
2009-05-19 09:06:50 +0200 fs r272059 : merging changes from CWS dba32b, to prevent future conflicts with upcoming local changes
2009-05-18 21:48:58 +0200 fs r272054 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing
2009-05-18 21:48:42 +0200 fs r272053 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing
2009-05-18 21:47:41 +0200 fs r272052 : +setExternalWarnings
2009-05-18 21:47:12 +0200 fs r272051 : #i55701# when re/loading the form, display any possible warnings
2009-05-18 21:43:26 +0200 fs r272050 : #i55701# implement XWarningsSupplier, exposing the warnings of our result set
2009-05-18 21:42:51 +0200 fs r272049 : #i55701# implement XWarningsSupplier, exposing the warnings of our aggregate RowSet
2009-05-18 17:53:59 +0200 fs r272041 : #i55701# moved the (I)WarningsContainer from dbaccess to connectivity, to be able to use it in the latter module, too
2009-05-18 17:24:10 +0200 fs r272040 : #i55701# properly enable the various Evolution types
2009-05-18 14:52:19 +0200 fs r272024 : #i55701# properly enable the Evolution types
2009-05-18 13:57:10 +0200 fs r272018 : fixed/extended whereAnalysis (column searching still not enabled, as neither LIKE nor = seem to work with my (somewhat older) Evolution version)
2009-05-18 13:56:08 +0200 fs r272017 : extended showParseTree
2009-05-18 13:55:25 +0200 fs r272016 : extended showParseTree
2009-05-18 11:40:16 +0200 fs r272008 : #i55701#
2009-05-18 11:39:02 +0200 fs r272006 : let the PreparedStatement return proper meta data, too
2009-05-18 10:05:37 +0200 fs r271999 : moved the XStatement interface to from OCommonStatement to OStatement - the former class is also the base for other classes which should not have this interface
2009-05-15 21:53:22 +0200 fs r271973 : collectColumnInformation: report invalid meta data as assertion
2009-05-15 21:51:40 +0200 fs r271972 : showParseTree should be const
2009-05-15 21:51:26 +0200 fs r271971 : showParseTree should be const
2009-05-15 21:51:03 +0200 fs r271970 : properly recognize the 'WHERE 0 = 1' clause, this way having proper statement meta data, this way saving much much calls from the DBA framework
2009-05-15 20:29:03 +0200 fs r271969 : cleaned up the mess with the statement classes
2009-05-15 15:51:11 +0200 fs r271944 : let the result set properly init its meta data
2009-05-15 15:29:54 +0200 fs r271939 : proper property implementations for the resultset class
2009-05-15 15:01:31 +0200 fs r271936 : proper property implementations for the statement class
2009-05-08 14:46:33 +0200 fs r271717 : component_foo must be PUBLIC
2009-05-06 09:20:05 +0200 fs r271565 : #i10000# (warnings on unxlngi6)
2009-05-06 09:01:30 +0200 fs r271564 : #i101493#
2009-05-05 23:08:12 +0200 fs r271560 : #i55701# merging the changes from the ancient (CVS-based) CWS evoab2default into this CWS here
2009-06-05 12:31:05 +00:00
|
|
|
#endif // #ifdef ENABLE_EVOAB2
|
|
|
|
|
|
|
|
#endif // #ifdef UNX
|
2005-06-09 13:15:14 +00:00
|
|
|
|
2011-09-18 16:36:58 -04:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Evtatt, evtatt)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Fileacc,fileacc)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2011-09-15 14:01:33 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Filterconfig1, filterconfig)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Flat, flat)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Fps
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "fps.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2007-06-05 10:53:28 +00:00
|
|
|
#if defined UNX && ! defined MACOSX
|
2006-08-04 11:31:52 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Desktopbe
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2006-08-04 11:31:52 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2006-08-04 11:31:52 +00:00
|
|
|
Name = STRING(CONCAT2(desktopbe1.uno,UNXSUFFIX));
|
|
|
|
End
|
|
|
|
|
2012-05-14 20:09:41 -05:00
|
|
|
#ifdef ENABLE_TDE
|
|
|
|
#ifndef MACOSX
|
|
|
|
File gid_File_Bin_TdeFilePicker
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = gid_Brand_Dir_Program;
|
|
|
|
Name = "tdefilepicker";
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
2010-08-25 17:55:34 +02:00
|
|
|
#ifdef ENABLE_KDE
|
|
|
|
#ifndef MACOSX
|
|
|
|
File gid_File_Bin_KdeFilePicker
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2010-08-25 17:56:07 +02:00
|
|
|
Dir = gid_Brand_Dir_Program;
|
2010-08-25 17:55:34 +02:00
|
|
|
Name = "kdefilepicker";
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
2004-09-08 16:14:01 +00:00
|
|
|
#endif
|
|
|
|
|
2007-09-13 17:07:08 +00:00
|
|
|
#ifdef QUARTZ
|
2007-07-11 10:05:58 +00:00
|
|
|
File gid_File_Lib_Fps_Aqua
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-07-11 10:05:58 +00:00
|
|
|
Name = SPECIAL_COMPONENT_LIB_NAME(fps_aqua.uno);
|
|
|
|
End
|
2007-09-13 17:07:08 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_MacOSXSpell
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2007-09-13 17:07:08 +00:00
|
|
|
Name = LIBNAME(MacOSXSpell);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-09-13 17:07:08 +00:00
|
|
|
End
|
2007-12-07 10:51:44 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_avmediaQuickTime
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2007-12-07 10:51:44 +00:00
|
|
|
Name = LIBNAME(avmediaQuickTime);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-12-07 10:51:44 +00:00
|
|
|
End
|
2007-09-13 17:07:08 +00:00
|
|
|
#endif
|
2007-07-11 10:05:58 +00:00
|
|
|
|
2010-08-25 22:27:14 +02:00
|
|
|
#ifdef WNT
|
2011-03-08 19:43:29 -06:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fps_ODMA, fps_odma.uno )
|
2007-07-11 10:05:58 +00:00
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fps_Office, fps_office.uno )
|
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fpicker, fpicker.uno )
|
2004-09-08 16:14:01 +00:00
|
|
|
|
2008-11-30 07:56:43 +00:00
|
|
|
|
2012-03-09 09:48:35 +01:00
|
|
|
#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
|
|
|
|
|
2012-02-21 11:29:42 +01:00
|
|
|
#ifndef LIBO_HEADLESS
|
2012-02-10 17:28:49 +01:00
|
|
|
|
2011-06-29 16:22:25 +01:00
|
|
|
#ifndef SYSTEM_CAIRO
|
2008-11-30 07:56:43 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Cairo
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-11-30 07:56:43 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-11-30 07:56:43 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = STRING(CONCAT3(libcairo,.2,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT3(libcairo,UNXSUFFIX,.2));
|
|
|
|
#endif
|
|
|
|
#elif defined(WNT)
|
2009-03-12 22:38:26 +00:00
|
|
|
#ifdef _gcc3
|
|
|
|
Name = "libcairo-2.dll";
|
|
|
|
#else
|
|
|
|
Name = "cairo.dll";
|
|
|
|
#endif
|
2008-11-30 07:56:43 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2011-07-01 11:18:00 +03:00
|
|
|
#ifndef WNT
|
|
|
|
|
2010-09-14 12:36:26 +02:00
|
|
|
File gid_File_Lib_Pixman
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-14 12:36:26 +02:00
|
|
|
Styles = (PACKED);
|
2011-09-21 09:24:44 +02:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-14 12:36:26 +02:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
2011-05-29 18:20:57 +02:00
|
|
|
Name = "libpixman-1.a";
|
2010-09-14 12:36:26 +02:00
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT3(libpixman-1,UNXSUFFIX,.0));
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2008-11-30 07:56:43 +00:00
|
|
|
#endif
|
|
|
|
|
2011-07-01 11:18:00 +03:00
|
|
|
#endif
|
|
|
|
|
2012-02-10 17:28:49 +01:00
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Frm , frm)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fsstorage, fsstorage.uno )
|
2005-04-13 07:43:44 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Ftransl
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "ftransl.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Fwe , fwe)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Fwi , fwi)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-06-08 13:10:05 +00:00
|
|
|
File gid_File_Lib_Fwk
|
|
|
|
Name = LIBNAME(fwk);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-08 13:10:05 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Fwl , fwl)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Fwm , fwm)
|
2005-03-15 12:06:33 +00:00
|
|
|
|
2011-10-13 00:59:12 +02:00
|
|
|
#ifdef ENABLE_DIRECTX
|
2006-05-09 09:31:48 +00:00
|
|
|
File gid_File_Lib_Gdiplus
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2006-05-09 09:31:48 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2006-05-09 09:31:48 +00:00
|
|
|
Name = "gdiplus.dll";
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Hatchwindowfactory, hatchwindowfactory.uno )
|
2005-04-13 07:43:44 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Helplinker, helplinker)
|
2007-11-19 12:06:39 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_I18npool
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(i18npool.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT2(i18npool.uno,.dll));
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2011-02-28 17:35:51 +01:00
|
|
|
STD_LIB_FILE( gid_File_I18nregexp, i18nregexp )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_I18nsearch
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(i18nsearch.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "i18nsearch.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2006-04-07 13:41:56 +00:00
|
|
|
File gid_File_Lib_I18nisolang
|
|
|
|
#ifdef UNX
|
2012-05-24 13:17:40 +02:00
|
|
|
Name = STRING(CONCAT3(libi18nisolang1,COMID,UNXSUFFIX));
|
2006-04-07 13:41:56 +00:00
|
|
|
#else
|
2012-05-24 13:17:40 +02:00
|
|
|
Name = STRING(CONCAT3(i18nisolang1,COMID,.dll));
|
2006-04-07 13:41:56 +00:00
|
|
|
#endif
|
2008-04-15 09:45:57 +00:00
|
|
|
PACKED_LIB_FILE_BODY;
|
2006-04-07 13:41:56 +00:00
|
|
|
End
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_I18nutil
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT3(libi18nutil,COMID,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT3(i18nutil,COMID,.dll));
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2006-12-12 15:17:34 +00:00
|
|
|
#ifndef SYSTEM_ICU
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Icudata
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT8(libicudata,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR,.,ICU_MICRO));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT3(icudt,ICU_MAJOR,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Icui18n
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT8(libicui18n,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR,.,ICU_MICRO));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT3(icuin,ICU_MAJOR,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Icule
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT8(libicule,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR,.,ICU_MICRO));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT3(icule,ICU_MAJOR,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Icuuc
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT8(libicuuc,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR,.,ICU_MICRO));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT3(icuuc,ICU_MAJOR,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2006-12-12 15:17:34 +00:00
|
|
|
#endif
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef SOLAR_JAVA
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Jdbc, jdbc)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef SOLAR_JAVA
|
2004-11-09 11:38:24 +00:00
|
|
|
File gid_File_Lib_Hsqldb_2
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-11-09 11:38:24 +00:00
|
|
|
#ifdef UNX
|
2008-08-19 09:36:29 +00:00
|
|
|
Name = STRING(CONCAT2(libhsqldb,UNXSUFFIX));
|
2004-11-09 11:38:24 +00:00
|
|
|
#else
|
2008-08-19 09:36:29 +00:00
|
|
|
Name = "hsqldb.dll";
|
2004-11-09 11:38:24 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2004-11-18 08:14:01 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Lngpckinsthlp
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Styles = (PACKED, LANGUAGEPACK, BINARYTABLE, BINARYTABLE_ONLY);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-11-18 08:14:01 +00:00
|
|
|
Name = "lngpckinsthlp.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2011-08-30 10:47:54 +03:00
|
|
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
2005-04-20 11:01:29 +00:00
|
|
|
|
2007-05-10 10:06:21 +00:00
|
|
|
File gid_File_Lib_sn_tools
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY, DONTRENAMEINPATCH);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-05-10 10:06:21 +00:00
|
|
|
Name = "sn_tools.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
2005-04-20 11:01:29 +00:00
|
|
|
File gid_File_Lib_Patchmsi
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Name = "patchmsi.dll";
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2006-04-26 13:27:14 +00:00
|
|
|
Styles = (PACKED,PATCH,PATCH_ONLY,BINARYTABLE,BINARYTABLE_ONLY,DONTRENAMEINPATCH);
|
2005-04-20 11:01:29 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2011-08-30 10:47:54 +03:00
|
|
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
2009-08-11 10:24:27 +00:00
|
|
|
|
2009-07-28 09:21:19 +00:00
|
|
|
File gid_File_Lib_Rebasemsi
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-07-28 09:21:19 +00:00
|
|
|
Name = "rebase.dll";
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED,BINARYTABLE,BINARYTABLE_ONLY,DONTRENAMEINPATCH);
|
2009-07-28 09:21:19 +00:00
|
|
|
End
|
|
|
|
|
2011-08-30 10:47:54 +03:00
|
|
|
#endif /* WNT && HAVE_WINDOWS_SDK */
|
2009-07-28 09:21:19 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Lng, lng)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Localedata_En
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(liblocaledata_en,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "localedata_en.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Localedata_Es
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(liblocaledata_es,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "localedata_es.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Localedata_Euro
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(liblocaledata_euro,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "localedata_euro.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Localedata_Others
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(liblocaledata_others,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "localedata_others.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Mcnttype
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libmcnttype,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "mcnttype.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2009-02-18 09:08:46 +00:00
|
|
|
#if !defined(SYSTEM_MOZILLA) && !defined(WITHOUT_MOZILLA) && !defined(MACOSX)
|
|
|
|
// #i91209#
|
2012-05-29 14:49:57 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Mozab,mozab2)
|
2008-08-19 09:36:29 +00:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Mozabdrv,mozabdrv)
|
2008-07-04 16:21:22 +00:00
|
|
|
|
2008-08-18 12:23:20 +00:00
|
|
|
#else
|
|
|
|
|
|
|
|
File gid_File_Lib_Mozbootstrap
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-08-18 12:23:20 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libmozbootstrap,UNXSUFFIX));
|
|
|
|
#else
|
2009-09-09 04:08:29 +00:00
|
|
|
Name = "mozbootstrap.dll";
|
2008-08-18 12:23:20 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
|
2012-04-19 14:33:09 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_WpftWriter,wpftwriter)
|
2010-09-14 11:05:38 +02:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_T602Filter,t602filter)
|
2008-03-06 10:41:19 +00:00
|
|
|
|
2011-03-08 19:43:29 -06:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Wlwp,lwpft)
|
2010-10-08 16:58:10 +01:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Writerfilter,writerfilter)
|
2008-01-10 12:26:07 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Mysql,mysql)
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Odbc,odbc)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
// STD_LIB_FILE( gid_File_Lib_Ofa , ofa)
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Offacc, offacc)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#ifdef SOLAR_JAVA
|
|
|
|
#ifndef MACOSX
|
|
|
|
|
2012-05-07 16:54:43 +02:00
|
|
|
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
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-01-25 14:20:38 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
|
2007-06-05 10:28:22 +00:00
|
|
|
#if defined(WNT) && !defined(DISABLE_ATL)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Ole
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "oleautobridge.uno.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Package2,package2)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Passwordcontainer, passwordcontainer.uno )
|
2005-04-13 07:43:44 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Pcr, pcr)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Log, log)
|
2007-06-27 13:56:05 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Pdffilter, pdffilter)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2011-09-15 14:44:34 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Deployment,deployment)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2011-09-15 14:44:34 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_DeploymentGui,deploymentgui)
|
2004-06-11 10:57:28 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE(gid_File_Lib_DeploymentMisc, deploymentmisc)
|
2006-12-20 13:19:32 +00:00
|
|
|
|
2006-03-08 13:15:24 +00:00
|
|
|
#ifndef WITHOUT_MOZILLA
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Pl , pl)
|
2006-03-08 13:15:24 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2012-02-21 11:29:42 +01:00
|
|
|
#if defined(UNX) && ! defined(QUARTZ) && ! defined(LIBO_HEADLESS)
|
2009-09-18 11:54:06 +00:00
|
|
|
File gid_File_Lib_Desktop_Detector
|
|
|
|
Name = LIBNAME(desktop_detector);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-09-18 11:54:06 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
End
|
2005-06-06 15:09:39 +00:00
|
|
|
File gid_File_Lib_Vclplug_Gen
|
|
|
|
Name = LIBNAME(vclplug_gen);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-06 15:09:39 +00:00
|
|
|
End
|
2004-02-20 09:25:30 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2007-07-05 08:19:09 +00:00
|
|
|
#if defined(UNX) && ! defined(QUARTZ)
|
2004-05-10 15:22:28 +00:00
|
|
|
#ifdef ENABLE_GTK
|
2005-06-06 15:09:39 +00:00
|
|
|
File gid_File_Lib_Vclplug_Gtk
|
|
|
|
Name = LIBNAME(vclplug_gtk);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-06 15:09:39 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
2011-06-14 16:30:20 +01:00
|
|
|
#ifdef ENABLE_GTK3
|
|
|
|
File gid_File_Lib_Vclplug_Gtk3
|
|
|
|
Name = LIBNAME(vclplug_gtk3);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-06-14 16:30:20 +01:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
End
|
|
|
|
#endif
|
2012-05-14 20:09:41 -05:00
|
|
|
#ifdef ENABLE_TDE
|
|
|
|
#ifndef MACOSX
|
|
|
|
File gid_File_Lib_Vclplug_Tde
|
|
|
|
Name = LIBNAME(vclplug_tde);
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
2005-01-07 08:28:25 +00:00
|
|
|
#ifdef ENABLE_KDE
|
|
|
|
#ifndef MACOSX
|
2005-06-06 15:09:39 +00:00
|
|
|
File gid_File_Lib_Vclplug_Kde
|
|
|
|
Name = LIBNAME(vclplug_kde);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-06 15:09:39 +00:00
|
|
|
End
|
2005-01-07 08:28:25 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
2009-08-07 10:16:34 +00:00
|
|
|
#ifdef ENABLE_KDE4
|
|
|
|
#ifndef MACOSX
|
|
|
|
File gid_File_Lib_Vclplug_Kde4
|
|
|
|
Name = LIBNAME(vclplug_kde4);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-08-07 10:16:34 +00:00
|
|
|
Styles = (PACKED);
|
2011-09-21 09:24:44 +02:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2009-08-07 10:16:34 +00:00
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
2004-05-10 15:22:28 +00:00
|
|
|
#endif
|
2008-10-29 10:26:13 +00:00
|
|
|
|
|
|
|
#if defined(QUARTZ)
|
|
|
|
File gid_File_Lib_AppleRemote
|
|
|
|
Name = LIBNAME(AppleRemote);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-10-29 10:26:13 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-10-29 10:26:13 +00:00
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2007-07-05 08:19:09 +00:00
|
|
|
#if defined(QUARTZ)
|
|
|
|
File gid_File_Lib_Basebmp
|
|
|
|
Name = LIBNAME(basebmp);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-07-05 08:19:09 +00:00
|
|
|
End
|
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2007-07-27 09:32:55 +00:00
|
|
|
#if defined UNX && ! defined QUARTZ
|
2012-05-31 16:44:24 +02:00
|
|
|
#if ! defined LIBO_HEADLESS
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Vclplug_Svp, vclplug_svp )
|
2012-05-31 16:44:24 +02:00
|
|
|
#endif
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_BaseBmp, basebmp )
|
2007-05-25 14:23:45 +00:00
|
|
|
#endif
|
2007-05-25 13:37:14 +00:00
|
|
|
|
2008-03-05 16:45:35 +00:00
|
|
|
#if defined UNX && ! defined MACOSX
|
2004-06-11 16:53:00 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Recentfile
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-02-24 13:09:49 +00:00
|
|
|
Name = STRING(CONCAT2(librecentfile,UNXSUFFIX));
|
2004-06-11 16:53:00 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2011-08-30 10:47:54 +03:00
|
|
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-07-16 15:25:31 +00:00
|
|
|
File gid_File_Lib_Reg4allmsdoc
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-07-16 15:25:31 +00:00
|
|
|
Name = "reg4allmsdoc.dll";
|
2004-06-11 16:53:00 +00:00
|
|
|
End
|
|
|
|
|
2004-08-12 07:16:04 +00:00
|
|
|
File gid_File_Lib_Qslnkmsi
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-08-12 07:16:04 +00:00
|
|
|
Name = "qslnkmsi.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
File gid_File_Lib_Sdqsmsi
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-08-12 07:16:04 +00:00
|
|
|
Name = "sdqsmsi.dll";
|
|
|
|
End
|
|
|
|
|
2011-08-30 10:47:54 +03:00
|
|
|
#endif /* WNT && HAVE_WINDOWS_SDK */
|
2004-08-12 07:16:04 +00:00
|
|
|
|
2005-09-23 11:27:13 +00:00
|
|
|
File gid_File_Lib_Res
|
|
|
|
Name = LIBNAME(res);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-09-23 11:27:13 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2011-03-02 13:22:42 +01:00
|
|
|
File gid_File_Lib_Expwrap_Uno
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED,DONT_OVERWRITE);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2011-03-02 13:22:42 +01:00
|
|
|
Name = STRING(CONCAT2(expwrap.uno,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2011-03-02 13:22:42 +01:00
|
|
|
Name = "expwrap.uno.dll";
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2008-01-10 12:26:07 +00:00
|
|
|
File gid_File_Lib_Fastsax_Uno
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED,DONT_OVERWRITE);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-01-10 12:26:07 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(fastsax.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "fastsax.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sax , sax)
|
2008-01-10 12:26:07 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Oox , oox)
|
2008-01-10 12:26:07 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sb , sb)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Scn, scn)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Scriptframe
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2004-04-21 12:38:27 +00:00
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libscriptframe.dylib";
|
|
|
|
#else
|
|
|
|
Name = "libscriptframe.so";
|
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
|
|
|
Name = "scriptframe.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sd , sd)
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sdui, sdui)
|
2005-07-07 12:43:22 +00:00
|
|
|
|
2004-03-17 13:10:00 +00:00
|
|
|
File gid_File_Lib_Slideshow
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-03-17 13:10:00 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(slideshow.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "slideshow.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Sdbc_2
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libsdbc2,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "sdbc2.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sdd , sdd)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sf_Prothdlr, protocolhandler )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-06-08 13:10:05 +00:00
|
|
|
File gid_File_Lib_Sfx
|
|
|
|
Name = LIBNAME(sfx);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-08 13:10:05 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
2004-11-03 07:07:05 +00:00
|
|
|
File gid_File_Lib_Instooofiltmsi
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-11-03 07:07:05 +00:00
|
|
|
Name = "instooofiltmsi.dll";
|
2004-09-08 13:38:46 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Smplmail
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-06-17 14:45:41 +00:00
|
|
|
Name = "smplmail.uno.dll";
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sot, sot )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2012-02-21 11:29:42 +01:00
|
|
|
#if defined(UNX) && !defined(QUARTZ) && !defined(LIBO_HEADLESS)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-07-06 08:23:37 +00:00
|
|
|
File gid_File_Lib_Spa
|
|
|
|
Name = LIBNAME(spa);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-07-06 08:23:37 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
File gid_File_Lib_Spell
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = LIBNAME(spell);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2012-02-21 11:29:42 +01:00
|
|
|
#if !defined LIBO_HEADLESS
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Spl, spl)
|
2012-02-10 17:28:49 +01:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2012-02-21 11:29:42 +01:00
|
|
|
#if defined UNX && !defined MACOSX && !defined LIBO_HEADLESS
|
2011-03-08 19:43:29 -06:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Spl_Unx, spl_unx)
|
2011-03-25 04:45:37 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Srtrs1,srtrs1)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Svl, svl )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Svtools, svt )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Svx_Core, svxcore)
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Svx, svx)
|
|
|
|
STD_LIB_FILE( gid_File_Lib_TextConversionDlgs, textconversiondlgs)
|
2010-01-18 12:15:10 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Editeng, editeng)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-01-05 15:39:30 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Msfilter, msfilter)
|
2009-11-02 20:49:14 +01:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sw , sw)
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Swui, swui)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-06-08 09:41:44 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Msword, msword )
|
2009-01-05 14:06:42 +00:00
|
|
|
|
2011-08-24 14:23:13 +01:00
|
|
|
#ifdef MERGELIBS
|
2011-08-24 12:17:31 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Merged, merged )
|
2011-08-24 14:23:13 +01:00
|
|
|
#endif
|
2011-08-24 12:17:31 +01:00
|
|
|
|
2009-09-18 11:54:06 +00:00
|
|
|
#if ! defined UNX
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Sysdtrans
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "sysdtrans.dll";
|
|
|
|
End
|
2009-09-18 11:54:06 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Syssh, syssh.uno )
|
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Localebe, localebe1.uno )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2004-09-17 12:06:27 +00:00
|
|
|
#ifdef WNT
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1.uno )
|
2004-09-17 12:06:27 +00:00
|
|
|
#endif
|
|
|
|
|
2007-04-16 10:54:52 +00:00
|
|
|
#ifdef MACOSX
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Macbe, macbe1.uno )
|
2007-04-16 10:54:52 +00:00
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Tk, tk )
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Acc, acc )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Tools, tl )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Tvhlp1
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libtvhlp1,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "tvhlp1.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Ucb1
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libucb1,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "ucb1.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Ucbhelper
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2007-06-05 14:02:21 +00:00
|
|
|
Name = STRING(CONCAT3(libucbhelper4,COMID,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2007-06-05 14:02:21 +00:00
|
|
|
Name = STRING(CONCAT3(ucbhelper4,COMID,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Ucpchelp1
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libucpchelp1,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "ucpchelp1.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2006-04-20 12:34:52 +00:00
|
|
|
#ifndef DISABLE_NEON
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucpdav1,ucpdav1)
|
2009-11-30 17:03:57 +01:00
|
|
|
#ifndef SYSTEM_NEON
|
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Neon,neon)
|
|
|
|
#endif
|
2006-04-20 12:34:52 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucpfile1,ucpfile1)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucpftp1,ucpftp1)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucphier1,ucphier1)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucppkg1,ucppkg1)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucptdoc1, ucptdoc1.uno)
|
2004-04-14 10:54:40 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpext, ucpext.uno)
|
2010-03-24 12:05:06 +01:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpexpand1, ucpexpand1.uno)
|
2004-04-14 10:54:40 +00:00
|
|
|
|
2010-08-25 22:27:14 +02:00
|
|
|
#ifdef WNT
|
2011-03-08 19:43:29 -06:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpodma1, ucpodma1)
|
2010-08-25 22:27:14 +02:00
|
|
|
#endif
|
|
|
|
|
2011-09-30 15:47:27 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpcmis, ucpcmis1.uno)
|
|
|
|
|
2007-01-02 14:06:47 +00:00
|
|
|
File gid_File_Lib_Lnth
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2007-01-02 14:06:47 +00:00
|
|
|
Name = LIBNAME(lnth);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-01-02 14:06:47 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Hyph
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2007-01-02 14:06:47 +00:00
|
|
|
Name = LIBNAME(hyphen);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-01-02 14:06:47 +00:00
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Utl , utl)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Uui, uui )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_BaseGfx, basegfx )
|
2004-03-17 13:10:00 +00:00
|
|
|
|
2005-06-06 15:09:39 +00:00
|
|
|
File gid_File_Lib_Vcl
|
|
|
|
Name = LIBNAME(vcl);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-06 15:09:39 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Xcr, xcr)
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Xof , xof)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-06-08 13:10:05 +00:00
|
|
|
File gid_File_Lib_Xo
|
|
|
|
Name = LIBNAME(xo);
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-08 13:10:05 +00:00
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Xstor,xstor)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Xsltdlg, xsltdlg )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Xsltfilter, xsltfilter )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Xmlfa, xmlfa )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Xmlfd, xmlfd )
|
2012-05-24 23:14:02 -04:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Textfd, textfd )
|
2011-08-03 23:45:39 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Odfflatxml, odfflatxml )
|
2004-03-09 09:13:30 +00:00
|
|
|
|
2004-09-09 07:09:13 +00:00
|
|
|
#ifdef SOLAR_JAVA
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_JAR_FILE( gid_File_Jar_Xsltfilter, XSLTFilter )
|
|
|
|
STD_JAR_FILE( gid_File_Jar_Xsltvalidate, XSLTValidate )
|
2004-09-09 07:09:13 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2007-05-10 12:18:08 +00:00
|
|
|
#ifndef SYSTEM_LIBXSLT
|
|
|
|
File gid_File_Lib_Xslt
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-05-10 12:18:08 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
2009-04-27 11:24:10 +00:00
|
|
|
Name = STRING(CONCAT4(libxslt,.,LIBXSLT_MAJOR,UNXSUFFIX));
|
2007-05-10 12:18:08 +00:00
|
|
|
#else
|
2009-04-27 11:24:10 +00:00
|
|
|
Name = STRING(CONCAT4(libxslt,UNXSUFFIX,.,LIBXSLT_MAJOR));
|
2007-05-10 12:18:08 +00:00
|
|
|
#endif
|
|
|
|
#else
|
2007-07-17 06:27:31 +00:00
|
|
|
#ifdef _gcc3
|
|
|
|
Name = "libxslt-1.dll";
|
|
|
|
#else
|
2007-05-10 12:18:08 +00:00
|
|
|
Name = "libxslt.dll";
|
2007-07-17 06:27:31 +00:00
|
|
|
#endif
|
2007-05-10 12:18:08 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Unoxml, unoxml )
|
2004-11-16 11:51:52 +00:00
|
|
|
|
2004-08-12 09:36:53 +00:00
|
|
|
// AVMedia
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_AVMedia, avmedia )
|
2004-08-12 09:36:53 +00:00
|
|
|
|
2010-09-16 15:19:46 +02:00
|
|
|
#ifdef GSTREAMER
|
2011-03-08 19:43:29 -06:00
|
|
|
SPECIAL_LIB_FILE_PATCH( gid_File_Lib_AVMediaGStreamer, avmediagst )
|
2004-08-12 09:36:53 +00:00
|
|
|
#elif defined WNT
|
2004-08-27 12:34:23 +00:00
|
|
|
#ifdef ENABLE_DIRECTX
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE( gid_File_Lib_AVMediaWin, avmediawin )
|
2004-08-27 12:34:23 +00:00
|
|
|
#endif
|
2004-08-12 09:36:53 +00:00
|
|
|
#endif
|
2004-08-31 12:44:19 +00:00
|
|
|
|
2011-09-08 09:25:28 +01:00
|
|
|
File gid_File_Lib_XSec_XMLSecurity
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-09-08 09:25:28 +01:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libxmlsecurity,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "xmlsecurity.dll";
|
|
|
|
#endif
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Styles = (PACKED);
|
|
|
|
End
|
|
|
|
|
2004-08-31 12:44:19 +00:00
|
|
|
File gid_File_Lib_XSec_Framework
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2004-08-31 12:44:19 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libxsec_fw,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "xsec_fw.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-08-31 12:44:19 +00:00
|
|
|
End
|
|
|
|
|
2011-11-04 11:20:09 +00:00
|
|
|
#if defined(ENABLE_XMLSEC)
|
2004-08-31 12:44:19 +00:00
|
|
|
File gid_File_Lib_XSec_XmlSec
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-08-26 15:31:52 +01:00
|
|
|
#ifdef UNX
|
2004-08-31 12:44:19 +00:00
|
|
|
Name = STRING(CONCAT2(libxsec_xmlsec,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "xsec_xmlsec.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-08-31 12:44:19 +00:00
|
|
|
End
|
|
|
|
|
2012-06-26 14:08:16 +01:00
|
|
|
#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)
|
|
|
|
#else
|
|
|
|
/*
|
|
|
|
For MacOSX >= 10.6 we can apparently use the system sqlite.
|
|
|
|
|
|
|
|
For MacOSX 10.4 we've delivered sqlite into a sqlite subdir for the duration
|
|
|
|
of the build to avoid #i106132#. Now we need to put it into the program dir of
|
|
|
|
the install.
|
|
|
|
*/
|
|
|
|
#if !defined(MACOS) || (MAC_OS_X_VERSION_MIN_REQUIRED < 1060)
|
|
|
|
File gid_File_Lib_Sqlite3
|
|
|
|
Name = "sqlite/" SPECIAL_NAME(sqlite3);
|
|
|
|
PACKED_LIB_FILE_BODY;
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ssl3,ssl3)
|
|
|
|
#endif
|
|
|
|
|
2008-08-18 12:23:20 +00:00
|
|
|
#ifdef WNT
|
2004-08-31 12:44:19 +00:00
|
|
|
File gid_File_Lib_LibXMLSec_xmlseccore
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-08-18 12:23:20 +00:00
|
|
|
#ifdef _gcc3
|
2009-10-14 16:21:13 +00:00
|
|
|
Name = "libxmlsec1.dll";
|
2004-08-31 12:44:19 +00:00
|
|
|
#else
|
2008-08-18 12:23:20 +00:00
|
|
|
Name = "libxmlsec.dll";
|
2004-08-31 12:44:19 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-09-08 11:39:04 +00:00
|
|
|
Styles = (PACKED);
|
2004-08-31 12:44:19 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_LibXMLSec_xmlsecmscrypto
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2007-03-26 13:30:18 +00:00
|
|
|
#ifdef _gcc3
|
2009-10-14 16:21:13 +00:00
|
|
|
Name = "libxmlsec1-mscrypto.dll";
|
2007-03-26 13:30:18 +00:00
|
|
|
#else
|
2005-03-10 17:23:28 +00:00
|
|
|
Name = "libxmlsec-mscrypto.dll";
|
2007-03-26 13:30:18 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-08-31 12:44:19 +00:00
|
|
|
End
|
|
|
|
#endif
|
2005-03-30 10:40:14 +00:00
|
|
|
#endif
|
2004-11-15 14:43:17 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Migrationoo2
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-11-15 14:43:17 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(migrationoo2.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "migrationoo2.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2010-10-29 17:21:59 +01:00
|
|
|
File gid_File_Lib_Migrationoo3
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-08 19:43:29 -06:00
|
|
|
Styles = (PACKED);
|
2010-10-29 17:21:59 +01:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(migrationoo3.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "migrationoo3.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2011-09-23 16:03:40 +01:00
|
|
|
#if defined(WNT) && !defined(SYSTEM_LIBEXTTEXTCAT)
|
2007-06-19 15:02:58 +00:00
|
|
|
File gid_File_Lib_Libtextcat
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2011-10-05 15:55:32 +02:00
|
|
|
Name = "libexttextcat.dll";
|
2007-06-19 15:02:58 +00:00
|
|
|
End
|
2010-07-16 08:47:44 +01:00
|
|
|
#endif
|
2007-06-19 15:02:58 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Guesslang, guesslang )
|
2007-06-19 15:02:58 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Updatefeed , updatefeed.uno )
|
2006-12-13 14:15:32 +00:00
|
|
|
|
2011-09-30 21:09:30 +02:00
|
|
|
#ifndef SYSTEM_OPENSSL
|
2007-11-07 09:15:55 +00:00
|
|
|
File gid_File_Lib_Openssl
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-03-16 09:54:03 +01:00
|
|
|
#ifdef WNT
|
2007-11-07 09:15:55 +00:00
|
|
|
Name = "ssleay32.dll";
|
|
|
|
#endif
|
|
|
|
End
|
2007-12-12 12:29:11 +00:00
|
|
|
#endif
|
2007-11-07 09:15:55 +00:00
|
|
|
|
2011-09-30 21:09:30 +02:00
|
|
|
#ifndef SYSTEM_OPENSSL
|
2007-11-07 09:15:55 +00:00
|
|
|
File gid_File_Lib_Crypto
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-03-16 09:54:03 +01:00
|
|
|
|
2007-11-07 09:15:55 +00:00
|
|
|
#ifdef WNT
|
|
|
|
Name = "libeay32.dll";
|
|
|
|
#endif
|
|
|
|
End
|
2008-01-29 08:55:18 +00:00
|
|
|
#endif
|
2008-03-18 12:29:04 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Soffice
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-06-25 10:07:32 +00:00
|
|
|
Name = SCP2_URE_DL_NORMAL("sofficeapp");
|
2008-03-18 12:29:04 +00:00
|
|
|
Styles = (PACKED);
|
|
|
|
End
|
|
|
|
|
2008-06-25 10:07:32 +00:00
|
|
|
File gid_File_Lib_Unopkgapp
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-06-25 10:07:32 +00:00
|
|
|
Name = SCP2_URE_DL_NORMAL("unopkgapp");
|
2008-03-18 12:29:04 +00:00
|
|
|
Styles = (PACKED);
|
|
|
|
End
|
2008-06-16 13:14:05 +00:00
|
|
|
|
2011-04-09 09:25:18 +02:00
|
|
|
#if defined WNT && !defined _gcc3 && !defined SYSTEM_MOZILLA && !defined WITHOUT_MOZILLA
|
2009-08-25 13:07:56 +00:00
|
|
|
// see common_brand.scp gid_Brand_File_Lib_Msvcp80 and
|
|
|
|
// gid_Brand_File_Lib_Msvcr80
|
CWS-TOOLING: integrate CWS moz2seamonkey01
2009-06-18 20:56:43 +0200 fs r273133 : #i10000# corrected resolved of merge conflict
2009-06-18 20:55:34 +0200 fs r273132 : #i10000# corrected resolved of merge conflict
2009-06-18 10:49:26 +0200 fs r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50)
2009-06-17 20:48:35 +0200 fs r273094 : #i84961# removed 'pointless and buggy' echo statement
2009-05-22 11:27:08 +0200 fs r272176 : #i101763#
provided by tono@openoffice.org
make compile with mingw
2009-05-22 11:22:25 +0200 fs r272175 : #i101763#
provided by tono@openoffice.org
allow compilation in with mingw
2009-04-15 12:09:28 +0200 fs r270830 : unconditionally disable moz executables
2009-03-27 12:29:38 +0100 fs r270149 : ignore some configure-related files
2009-03-27 11:47:35 +0100 fs r270145 : SolarisSparc needs libfreebl_32fpu_3.so
2009-03-27 11:38:09 +0100 fs r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption)
2009-03-26 21:40:17 +0100 fs r270108 : superseded by 1.1.14 version
2009-03-24 13:07:21 +0100 fs r269938 : xptitemp.dat seemingly not needed anymore
2009-03-23 12:56:29 +0100 fs r269869 : files with : in their name break the build
2009-03-23 12:22:01 +0100 fs r269866 : files with : in their name break the build
2009-03-21 23:12:06 +0100 fs r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein
2009-03-21 21:58:17 +0100 fs r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44)
2009-03-18 12:04:25 +0100 fs r269649 : in SunHH environment, use pre-requisites from /so/env
2009-03-16 12:33:18 +0100 pastea_p r269522 : correct makefile.mk sorry again
2009-03-15 17:32:43 +0100 pastea_p r269506 : last files about migration to 1.1.14
2009-03-15 17:19:39 +0100 pastea_p r269505 : Migrates some files to 1.1.14
2009-03-04 07:45:40 +0100 fs r268782 : also add pref.xpt
2009-02-27 09:57:37 +0100 fs r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6
2009-02-23 10:56:28 +0100 fs r268346 : syntax
2009-02-19 14:14:56 +0100 fs r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff
2009-02-18 15:40:40 +0100 fs r268236 : #i66338# re-enable MozAB on Mac
2009-02-18 15:39:55 +0100 fs r268235 : #i66338#
2009-02-18 15:30:38 +0100 fs r268232 : #i66338# tar => $(TAR) (provided by hjs)
2009-02-18 15:28:45 +0100 fs r268231 : more build envs supported (thanks to hjs for all this work!)
2009-02-18 15:27:02 +0100 fs r268230 : #i66338#
2009-02-18 15:23:04 +0100 fs r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment
2009-02-18 12:00:12 +0100 fs r268210 : #i10000#
2009-02-18 08:17:29 +0100 fs r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-18 08:16:50 +0100 fs r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-14 14:05:24 +0100 fs r267757 : redo the Windows related changes lost with recent resync
2009-02-14 00:06:33 +0100 ericb r267755 : #i94628# remove the config_office dir now
2009-02-14 00:04:59 +0100 ericb r267754 : #i94628# remove all files in config_office now
2009-02-14 00:01:26 +0100 ericb r267753 : #i94628# remove guw in config_office
2009-02-13 23:53:00 +0100 ericb r267752 : #i94628# remove files in config_office
2009-02-13 16:02:58 +0100 fs r267725 : #i10000#
2009-02-12 18:14:31 +0100 ericb r267685 : #i94628# new generated configure
2009-02-12 18:13:52 +0100 ericb r267684 : #i94628# fix a path issue for finding seamonkey01
2009-02-12 14:39:17 +0100 ericb r267662 : #i94628# removing seamonkey.1.1.12 patch
2009-02-12 14:21:04 +0100 ericb r267658 : #i94628# the new configure, after autoconf
2009-02-12 14:13:21 +0100 ericb r267656 : #i94628# other missing changes for Windows
2009-02-12 14:04:26 +0100 ericb r267655 : #i94628# recommit configure.in changes after config_office removing
2009-02-12 13:46:12 +0100 ericb r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-12 12:00:48 +0100 ericb r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-11 13:28:50 +0100 pl r267595 : #i94628# add MACDEVSDK variable for unxmacxi
2009-02-06 09:44:15 +0100 ericb r267446 : #i98957# provide the zipped archives too
2009-02-06 09:43:32 +0100 ericb r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure
2009-02-06 09:42:45 +0100 ericb r267444 : #i98957# make seamonkey buildable on OpenSolaris
2009-02-02 09:41:57 +0100 fs r267252 : #i66338#
2009-02-02 09:41:43 +0100 fs r267251 : #i66338#
2009-01-30 15:12:03 +0100 fs r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication
2009-01-30 11:53:31 +0100 fs r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ...
2009-01-29 20:37:01 +0100 fs r267170 : #i10000#
2009-01-29 20:32:50 +0100 fs r267169 : more explicit return type of parseSql
2009-01-29 17:32:56 +0100 fs r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes)
2009-01-29 17:14:58 +0100 fs r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :)
2009-01-12 11:25:56 +0100 fs r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set
2009-01-10 22:01:40 +0100 fs r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it)
2009-01-09 11:15:32 +0100 fs r266065 : manifests for DLLs need to have ID 2, not 1
2009-01-08 20:02:24 +0100 fs r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too
2009-01-05 20:45:38 +0100 ericb r265886 : #i66338# commiting the correct configure for the tinderboxes
2009-01-05 17:42:34 +0100 ericb r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38)
2008-12-16 15:34:26 +0100 ericb r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure
2008-12-16 15:25:37 +0100 pastea_p r265547 : 1.1.12 to 1.1.13
2008-12-16 14:20:18 +0100 pastea_p r265540 : correct the hunk about no core_abspath which one broke linux build
2008-12-16 13:10:06 +0100 pastea_p r265535 : Change name of patch to 1.1.13
2008-12-15 23:32:54 +0100 pastea_p r265518 : 2008-12-12 18:43:36 +0100 pastea_p r265435 : update to 1.1.13
2008-12-12 10:56:38 +0100 fs r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too
2008-12-12 09:56:38 +0100 fs r265391 : #i95772# don't use regxpcomp on Windows, it's not needed
2008-12-11 11:22:43 +0100 fs r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll
2008-12-10 13:45:51 +0100 fs r265182 : proper OSL_ENSURE message
2008-11-13 13:18:03 +0100 fs r263635 : #i95772# more patches
2008-11-13 12:14:41 +0100 fs r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:13:33 +0100 fs r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:08:22 +0100 fs r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:04:15 +0100 fs r263627 : #i95772#
2008-11-12 08:23:20 +0100 fs r263575 : i95772# use xpcom_core on Windows, too
2008-11-11 21:02:14 +0100 fs r263574 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 20:58:07 +0100 fs r263573 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 15:05:42 +0100 fs r263564 : alternative fix for part 1 of #i94957#
2008-11-10 22:18:14 +0100 fs r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 22:15:57 +0100 fs r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 09:28:26 +0100 fs r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe
2008-11-10 09:19:06 +0100 fs r263508 : collect single patches which comprise the complete patch
2008-11-06 09:10:21 +0100 fs r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a'
2008-11-02 22:51:27 +0100 fs r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation
2008-11-02 22:50:15 +0100 fs r263276 : #i95772# no --enable-system-cairo on Windows
2008-10-18 20:12:36 +0200 pastea_p r262297 : 2008-10-16 17:15:35 +0200 ericb r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 17:14:49 +0200 ericb r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 16:58:21 +0200 ericb r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-15 20:16:28 +0200 ericb r262242 : #i94628# use mac as default toolkit on mac
2008-10-14 18:54:13 +0200 ericb r262216 : #i90774# modify the configure.in for moz2seamonkey migration
2008-10-14 18:48:57 +0200 ericb r262215 : #i90774# commit moz2seamonkey changes for svn migration
2008-10-14 18:47:05 +0200 ericb r262214 : #i90774# commit moz2seamonkey changes for svn migration
2009-07-15 11:06:05 +00:00
|
|
|
File gid_File_Moz_Msvcp80
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
CWS-TOOLING: integrate CWS moz2seamonkey01
2009-06-18 20:56:43 +0200 fs r273133 : #i10000# corrected resolved of merge conflict
2009-06-18 20:55:34 +0200 fs r273132 : #i10000# corrected resolved of merge conflict
2009-06-18 10:49:26 +0200 fs r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50)
2009-06-17 20:48:35 +0200 fs r273094 : #i84961# removed 'pointless and buggy' echo statement
2009-05-22 11:27:08 +0200 fs r272176 : #i101763#
provided by tono@openoffice.org
make compile with mingw
2009-05-22 11:22:25 +0200 fs r272175 : #i101763#
provided by tono@openoffice.org
allow compilation in with mingw
2009-04-15 12:09:28 +0200 fs r270830 : unconditionally disable moz executables
2009-03-27 12:29:38 +0100 fs r270149 : ignore some configure-related files
2009-03-27 11:47:35 +0100 fs r270145 : SolarisSparc needs libfreebl_32fpu_3.so
2009-03-27 11:38:09 +0100 fs r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption)
2009-03-26 21:40:17 +0100 fs r270108 : superseded by 1.1.14 version
2009-03-24 13:07:21 +0100 fs r269938 : xptitemp.dat seemingly not needed anymore
2009-03-23 12:56:29 +0100 fs r269869 : files with : in their name break the build
2009-03-23 12:22:01 +0100 fs r269866 : files with : in their name break the build
2009-03-21 23:12:06 +0100 fs r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein
2009-03-21 21:58:17 +0100 fs r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44)
2009-03-18 12:04:25 +0100 fs r269649 : in SunHH environment, use pre-requisites from /so/env
2009-03-16 12:33:18 +0100 pastea_p r269522 : correct makefile.mk sorry again
2009-03-15 17:32:43 +0100 pastea_p r269506 : last files about migration to 1.1.14
2009-03-15 17:19:39 +0100 pastea_p r269505 : Migrates some files to 1.1.14
2009-03-04 07:45:40 +0100 fs r268782 : also add pref.xpt
2009-02-27 09:57:37 +0100 fs r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6
2009-02-23 10:56:28 +0100 fs r268346 : syntax
2009-02-19 14:14:56 +0100 fs r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff
2009-02-18 15:40:40 +0100 fs r268236 : #i66338# re-enable MozAB on Mac
2009-02-18 15:39:55 +0100 fs r268235 : #i66338#
2009-02-18 15:30:38 +0100 fs r268232 : #i66338# tar => $(TAR) (provided by hjs)
2009-02-18 15:28:45 +0100 fs r268231 : more build envs supported (thanks to hjs for all this work!)
2009-02-18 15:27:02 +0100 fs r268230 : #i66338#
2009-02-18 15:23:04 +0100 fs r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment
2009-02-18 12:00:12 +0100 fs r268210 : #i10000#
2009-02-18 08:17:29 +0100 fs r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-18 08:16:50 +0100 fs r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-14 14:05:24 +0100 fs r267757 : redo the Windows related changes lost with recent resync
2009-02-14 00:06:33 +0100 ericb r267755 : #i94628# remove the config_office dir now
2009-02-14 00:04:59 +0100 ericb r267754 : #i94628# remove all files in config_office now
2009-02-14 00:01:26 +0100 ericb r267753 : #i94628# remove guw in config_office
2009-02-13 23:53:00 +0100 ericb r267752 : #i94628# remove files in config_office
2009-02-13 16:02:58 +0100 fs r267725 : #i10000#
2009-02-12 18:14:31 +0100 ericb r267685 : #i94628# new generated configure
2009-02-12 18:13:52 +0100 ericb r267684 : #i94628# fix a path issue for finding seamonkey01
2009-02-12 14:39:17 +0100 ericb r267662 : #i94628# removing seamonkey.1.1.12 patch
2009-02-12 14:21:04 +0100 ericb r267658 : #i94628# the new configure, after autoconf
2009-02-12 14:13:21 +0100 ericb r267656 : #i94628# other missing changes for Windows
2009-02-12 14:04:26 +0100 ericb r267655 : #i94628# recommit configure.in changes after config_office removing
2009-02-12 13:46:12 +0100 ericb r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-12 12:00:48 +0100 ericb r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-11 13:28:50 +0100 pl r267595 : #i94628# add MACDEVSDK variable for unxmacxi
2009-02-06 09:44:15 +0100 ericb r267446 : #i98957# provide the zipped archives too
2009-02-06 09:43:32 +0100 ericb r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure
2009-02-06 09:42:45 +0100 ericb r267444 : #i98957# make seamonkey buildable on OpenSolaris
2009-02-02 09:41:57 +0100 fs r267252 : #i66338#
2009-02-02 09:41:43 +0100 fs r267251 : #i66338#
2009-01-30 15:12:03 +0100 fs r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication
2009-01-30 11:53:31 +0100 fs r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ...
2009-01-29 20:37:01 +0100 fs r267170 : #i10000#
2009-01-29 20:32:50 +0100 fs r267169 : more explicit return type of parseSql
2009-01-29 17:32:56 +0100 fs r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes)
2009-01-29 17:14:58 +0100 fs r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :)
2009-01-12 11:25:56 +0100 fs r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set
2009-01-10 22:01:40 +0100 fs r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it)
2009-01-09 11:15:32 +0100 fs r266065 : manifests for DLLs need to have ID 2, not 1
2009-01-08 20:02:24 +0100 fs r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too
2009-01-05 20:45:38 +0100 ericb r265886 : #i66338# commiting the correct configure for the tinderboxes
2009-01-05 17:42:34 +0100 ericb r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38)
2008-12-16 15:34:26 +0100 ericb r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure
2008-12-16 15:25:37 +0100 pastea_p r265547 : 1.1.12 to 1.1.13
2008-12-16 14:20:18 +0100 pastea_p r265540 : correct the hunk about no core_abspath which one broke linux build
2008-12-16 13:10:06 +0100 pastea_p r265535 : Change name of patch to 1.1.13
2008-12-15 23:32:54 +0100 pastea_p r265518 : 2008-12-12 18:43:36 +0100 pastea_p r265435 : update to 1.1.13
2008-12-12 10:56:38 +0100 fs r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too
2008-12-12 09:56:38 +0100 fs r265391 : #i95772# don't use regxpcomp on Windows, it's not needed
2008-12-11 11:22:43 +0100 fs r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll
2008-12-10 13:45:51 +0100 fs r265182 : proper OSL_ENSURE message
2008-11-13 13:18:03 +0100 fs r263635 : #i95772# more patches
2008-11-13 12:14:41 +0100 fs r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:13:33 +0100 fs r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:08:22 +0100 fs r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:04:15 +0100 fs r263627 : #i95772#
2008-11-12 08:23:20 +0100 fs r263575 : i95772# use xpcom_core on Windows, too
2008-11-11 21:02:14 +0100 fs r263574 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 20:58:07 +0100 fs r263573 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 15:05:42 +0100 fs r263564 : alternative fix for part 1 of #i94957#
2008-11-10 22:18:14 +0100 fs r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 22:15:57 +0100 fs r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 09:28:26 +0100 fs r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe
2008-11-10 09:19:06 +0100 fs r263508 : collect single patches which comprise the complete patch
2008-11-06 09:10:21 +0100 fs r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a'
2008-11-02 22:51:27 +0100 fs r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation
2008-11-02 22:50:15 +0100 fs r263276 : #i95772# no --enable-system-cairo on Windows
2008-10-18 20:12:36 +0200 pastea_p r262297 : 2008-10-16 17:15:35 +0200 ericb r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 17:14:49 +0200 ericb r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 16:58:21 +0200 ericb r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-15 20:16:28 +0200 ericb r262242 : #i94628# use mac as default toolkit on mac
2008-10-14 18:54:13 +0200 ericb r262216 : #i90774# modify the configure.in for moz2seamonkey migration
2008-10-14 18:48:57 +0200 ericb r262215 : #i90774# commit moz2seamonkey changes for svn migration
2008-10-14 18:47:05 +0200 ericb r262214 : #i90774# commit moz2seamonkey changes for svn migration
2009-07-15 11:06:05 +00:00
|
|
|
Name = SCP2_URE_DL_NORMAL("msvcp80");
|
2008-06-16 13:14:05 +00:00
|
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
|
|
End
|
CWS-TOOLING: integrate CWS moz2seamonkey01
2009-06-18 20:56:43 +0200 fs r273133 : #i10000# corrected resolved of merge conflict
2009-06-18 20:55:34 +0200 fs r273132 : #i10000# corrected resolved of merge conflict
2009-06-18 10:49:26 +0200 fs r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50)
2009-06-17 20:48:35 +0200 fs r273094 : #i84961# removed 'pointless and buggy' echo statement
2009-05-22 11:27:08 +0200 fs r272176 : #i101763#
provided by tono@openoffice.org
make compile with mingw
2009-05-22 11:22:25 +0200 fs r272175 : #i101763#
provided by tono@openoffice.org
allow compilation in with mingw
2009-04-15 12:09:28 +0200 fs r270830 : unconditionally disable moz executables
2009-03-27 12:29:38 +0100 fs r270149 : ignore some configure-related files
2009-03-27 11:47:35 +0100 fs r270145 : SolarisSparc needs libfreebl_32fpu_3.so
2009-03-27 11:38:09 +0100 fs r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption)
2009-03-26 21:40:17 +0100 fs r270108 : superseded by 1.1.14 version
2009-03-24 13:07:21 +0100 fs r269938 : xptitemp.dat seemingly not needed anymore
2009-03-23 12:56:29 +0100 fs r269869 : files with : in their name break the build
2009-03-23 12:22:01 +0100 fs r269866 : files with : in their name break the build
2009-03-21 23:12:06 +0100 fs r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein
2009-03-21 21:58:17 +0100 fs r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44)
2009-03-18 12:04:25 +0100 fs r269649 : in SunHH environment, use pre-requisites from /so/env
2009-03-16 12:33:18 +0100 pastea_p r269522 : correct makefile.mk sorry again
2009-03-15 17:32:43 +0100 pastea_p r269506 : last files about migration to 1.1.14
2009-03-15 17:19:39 +0100 pastea_p r269505 : Migrates some files to 1.1.14
2009-03-04 07:45:40 +0100 fs r268782 : also add pref.xpt
2009-02-27 09:57:37 +0100 fs r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6
2009-02-23 10:56:28 +0100 fs r268346 : syntax
2009-02-19 14:14:56 +0100 fs r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff
2009-02-18 15:40:40 +0100 fs r268236 : #i66338# re-enable MozAB on Mac
2009-02-18 15:39:55 +0100 fs r268235 : #i66338#
2009-02-18 15:30:38 +0100 fs r268232 : #i66338# tar => $(TAR) (provided by hjs)
2009-02-18 15:28:45 +0100 fs r268231 : more build envs supported (thanks to hjs for all this work!)
2009-02-18 15:27:02 +0100 fs r268230 : #i66338#
2009-02-18 15:23:04 +0100 fs r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment
2009-02-18 12:00:12 +0100 fs r268210 : #i10000#
2009-02-18 08:17:29 +0100 fs r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-18 08:16:50 +0100 fs r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-14 14:05:24 +0100 fs r267757 : redo the Windows related changes lost with recent resync
2009-02-14 00:06:33 +0100 ericb r267755 : #i94628# remove the config_office dir now
2009-02-14 00:04:59 +0100 ericb r267754 : #i94628# remove all files in config_office now
2009-02-14 00:01:26 +0100 ericb r267753 : #i94628# remove guw in config_office
2009-02-13 23:53:00 +0100 ericb r267752 : #i94628# remove files in config_office
2009-02-13 16:02:58 +0100 fs r267725 : #i10000#
2009-02-12 18:14:31 +0100 ericb r267685 : #i94628# new generated configure
2009-02-12 18:13:52 +0100 ericb r267684 : #i94628# fix a path issue for finding seamonkey01
2009-02-12 14:39:17 +0100 ericb r267662 : #i94628# removing seamonkey.1.1.12 patch
2009-02-12 14:21:04 +0100 ericb r267658 : #i94628# the new configure, after autoconf
2009-02-12 14:13:21 +0100 ericb r267656 : #i94628# other missing changes for Windows
2009-02-12 14:04:26 +0100 ericb r267655 : #i94628# recommit configure.in changes after config_office removing
2009-02-12 13:46:12 +0100 ericb r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-12 12:00:48 +0100 ericb r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-11 13:28:50 +0100 pl r267595 : #i94628# add MACDEVSDK variable for unxmacxi
2009-02-06 09:44:15 +0100 ericb r267446 : #i98957# provide the zipped archives too
2009-02-06 09:43:32 +0100 ericb r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure
2009-02-06 09:42:45 +0100 ericb r267444 : #i98957# make seamonkey buildable on OpenSolaris
2009-02-02 09:41:57 +0100 fs r267252 : #i66338#
2009-02-02 09:41:43 +0100 fs r267251 : #i66338#
2009-01-30 15:12:03 +0100 fs r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication
2009-01-30 11:53:31 +0100 fs r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ...
2009-01-29 20:37:01 +0100 fs r267170 : #i10000#
2009-01-29 20:32:50 +0100 fs r267169 : more explicit return type of parseSql
2009-01-29 17:32:56 +0100 fs r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes)
2009-01-29 17:14:58 +0100 fs r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :)
2009-01-12 11:25:56 +0100 fs r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set
2009-01-10 22:01:40 +0100 fs r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it)
2009-01-09 11:15:32 +0100 fs r266065 : manifests for DLLs need to have ID 2, not 1
2009-01-08 20:02:24 +0100 fs r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too
2009-01-05 20:45:38 +0100 ericb r265886 : #i66338# commiting the correct configure for the tinderboxes
2009-01-05 17:42:34 +0100 ericb r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38)
2008-12-16 15:34:26 +0100 ericb r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure
2008-12-16 15:25:37 +0100 pastea_p r265547 : 1.1.12 to 1.1.13
2008-12-16 14:20:18 +0100 pastea_p r265540 : correct the hunk about no core_abspath which one broke linux build
2008-12-16 13:10:06 +0100 pastea_p r265535 : Change name of patch to 1.1.13
2008-12-15 23:32:54 +0100 pastea_p r265518 : 2008-12-12 18:43:36 +0100 pastea_p r265435 : update to 1.1.13
2008-12-12 10:56:38 +0100 fs r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too
2008-12-12 09:56:38 +0100 fs r265391 : #i95772# don't use regxpcomp on Windows, it's not needed
2008-12-11 11:22:43 +0100 fs r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll
2008-12-10 13:45:51 +0100 fs r265182 : proper OSL_ENSURE message
2008-11-13 13:18:03 +0100 fs r263635 : #i95772# more patches
2008-11-13 12:14:41 +0100 fs r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:13:33 +0100 fs r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:08:22 +0100 fs r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:04:15 +0100 fs r263627 : #i95772#
2008-11-12 08:23:20 +0100 fs r263575 : i95772# use xpcom_core on Windows, too
2008-11-11 21:02:14 +0100 fs r263574 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 20:58:07 +0100 fs r263573 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 15:05:42 +0100 fs r263564 : alternative fix for part 1 of #i94957#
2008-11-10 22:18:14 +0100 fs r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 22:15:57 +0100 fs r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 09:28:26 +0100 fs r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe
2008-11-10 09:19:06 +0100 fs r263508 : collect single patches which comprise the complete patch
2008-11-06 09:10:21 +0100 fs r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a'
2008-11-02 22:51:27 +0100 fs r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation
2008-11-02 22:50:15 +0100 fs r263276 : #i95772# no --enable-system-cairo on Windows
2008-10-18 20:12:36 +0200 pastea_p r262297 : 2008-10-16 17:15:35 +0200 ericb r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 17:14:49 +0200 ericb r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 16:58:21 +0200 ericb r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-15 20:16:28 +0200 ericb r262242 : #i94628# use mac as default toolkit on mac
2008-10-14 18:54:13 +0200 ericb r262216 : #i90774# modify the configure.in for moz2seamonkey migration
2008-10-14 18:48:57 +0200 ericb r262215 : #i90774# commit moz2seamonkey changes for svn migration
2008-10-14 18:47:05 +0200 ericb r262214 : #i90774# commit moz2seamonkey changes for svn migration
2009-07-15 11:06:05 +00:00
|
|
|
File gid_File_Moz_Msvcr80
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
CWS-TOOLING: integrate CWS moz2seamonkey01
2009-06-18 20:56:43 +0200 fs r273133 : #i10000# corrected resolved of merge conflict
2009-06-18 20:55:34 +0200 fs r273132 : #i10000# corrected resolved of merge conflict
2009-06-18 10:49:26 +0200 fs r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50)
2009-06-17 20:48:35 +0200 fs r273094 : #i84961# removed 'pointless and buggy' echo statement
2009-05-22 11:27:08 +0200 fs r272176 : #i101763#
provided by tono@openoffice.org
make compile with mingw
2009-05-22 11:22:25 +0200 fs r272175 : #i101763#
provided by tono@openoffice.org
allow compilation in with mingw
2009-04-15 12:09:28 +0200 fs r270830 : unconditionally disable moz executables
2009-03-27 12:29:38 +0100 fs r270149 : ignore some configure-related files
2009-03-27 11:47:35 +0100 fs r270145 : SolarisSparc needs libfreebl_32fpu_3.so
2009-03-27 11:38:09 +0100 fs r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption)
2009-03-26 21:40:17 +0100 fs r270108 : superseded by 1.1.14 version
2009-03-24 13:07:21 +0100 fs r269938 : xptitemp.dat seemingly not needed anymore
2009-03-23 12:56:29 +0100 fs r269869 : files with : in their name break the build
2009-03-23 12:22:01 +0100 fs r269866 : files with : in their name break the build
2009-03-21 23:12:06 +0100 fs r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein
2009-03-21 21:58:17 +0100 fs r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44)
2009-03-18 12:04:25 +0100 fs r269649 : in SunHH environment, use pre-requisites from /so/env
2009-03-16 12:33:18 +0100 pastea_p r269522 : correct makefile.mk sorry again
2009-03-15 17:32:43 +0100 pastea_p r269506 : last files about migration to 1.1.14
2009-03-15 17:19:39 +0100 pastea_p r269505 : Migrates some files to 1.1.14
2009-03-04 07:45:40 +0100 fs r268782 : also add pref.xpt
2009-02-27 09:57:37 +0100 fs r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6
2009-02-23 10:56:28 +0100 fs r268346 : syntax
2009-02-19 14:14:56 +0100 fs r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff
2009-02-18 15:40:40 +0100 fs r268236 : #i66338# re-enable MozAB on Mac
2009-02-18 15:39:55 +0100 fs r268235 : #i66338#
2009-02-18 15:30:38 +0100 fs r268232 : #i66338# tar => $(TAR) (provided by hjs)
2009-02-18 15:28:45 +0100 fs r268231 : more build envs supported (thanks to hjs for all this work!)
2009-02-18 15:27:02 +0100 fs r268230 : #i66338#
2009-02-18 15:23:04 +0100 fs r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment
2009-02-18 12:00:12 +0100 fs r268210 : #i10000#
2009-02-18 08:17:29 +0100 fs r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-18 08:16:50 +0100 fs r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-14 14:05:24 +0100 fs r267757 : redo the Windows related changes lost with recent resync
2009-02-14 00:06:33 +0100 ericb r267755 : #i94628# remove the config_office dir now
2009-02-14 00:04:59 +0100 ericb r267754 : #i94628# remove all files in config_office now
2009-02-14 00:01:26 +0100 ericb r267753 : #i94628# remove guw in config_office
2009-02-13 23:53:00 +0100 ericb r267752 : #i94628# remove files in config_office
2009-02-13 16:02:58 +0100 fs r267725 : #i10000#
2009-02-12 18:14:31 +0100 ericb r267685 : #i94628# new generated configure
2009-02-12 18:13:52 +0100 ericb r267684 : #i94628# fix a path issue for finding seamonkey01
2009-02-12 14:39:17 +0100 ericb r267662 : #i94628# removing seamonkey.1.1.12 patch
2009-02-12 14:21:04 +0100 ericb r267658 : #i94628# the new configure, after autoconf
2009-02-12 14:13:21 +0100 ericb r267656 : #i94628# other missing changes for Windows
2009-02-12 14:04:26 +0100 ericb r267655 : #i94628# recommit configure.in changes after config_office removing
2009-02-12 13:46:12 +0100 ericb r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-12 12:00:48 +0100 ericb r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-11 13:28:50 +0100 pl r267595 : #i94628# add MACDEVSDK variable for unxmacxi
2009-02-06 09:44:15 +0100 ericb r267446 : #i98957# provide the zipped archives too
2009-02-06 09:43:32 +0100 ericb r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure
2009-02-06 09:42:45 +0100 ericb r267444 : #i98957# make seamonkey buildable on OpenSolaris
2009-02-02 09:41:57 +0100 fs r267252 : #i66338#
2009-02-02 09:41:43 +0100 fs r267251 : #i66338#
2009-01-30 15:12:03 +0100 fs r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication
2009-01-30 11:53:31 +0100 fs r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ...
2009-01-29 20:37:01 +0100 fs r267170 : #i10000#
2009-01-29 20:32:50 +0100 fs r267169 : more explicit return type of parseSql
2009-01-29 17:32:56 +0100 fs r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes)
2009-01-29 17:14:58 +0100 fs r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :)
2009-01-12 11:25:56 +0100 fs r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set
2009-01-10 22:01:40 +0100 fs r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it)
2009-01-09 11:15:32 +0100 fs r266065 : manifests for DLLs need to have ID 2, not 1
2009-01-08 20:02:24 +0100 fs r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too
2009-01-05 20:45:38 +0100 ericb r265886 : #i66338# commiting the correct configure for the tinderboxes
2009-01-05 17:42:34 +0100 ericb r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38)
2008-12-16 15:34:26 +0100 ericb r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure
2008-12-16 15:25:37 +0100 pastea_p r265547 : 1.1.12 to 1.1.13
2008-12-16 14:20:18 +0100 pastea_p r265540 : correct the hunk about no core_abspath which one broke linux build
2008-12-16 13:10:06 +0100 pastea_p r265535 : Change name of patch to 1.1.13
2008-12-15 23:32:54 +0100 pastea_p r265518 : 2008-12-12 18:43:36 +0100 pastea_p r265435 : update to 1.1.13
2008-12-12 10:56:38 +0100 fs r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too
2008-12-12 09:56:38 +0100 fs r265391 : #i95772# don't use regxpcomp on Windows, it's not needed
2008-12-11 11:22:43 +0100 fs r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll
2008-12-10 13:45:51 +0100 fs r265182 : proper OSL_ENSURE message
2008-11-13 13:18:03 +0100 fs r263635 : #i95772# more patches
2008-11-13 12:14:41 +0100 fs r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:13:33 +0100 fs r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:08:22 +0100 fs r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:04:15 +0100 fs r263627 : #i95772#
2008-11-12 08:23:20 +0100 fs r263575 : i95772# use xpcom_core on Windows, too
2008-11-11 21:02:14 +0100 fs r263574 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 20:58:07 +0100 fs r263573 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 15:05:42 +0100 fs r263564 : alternative fix for part 1 of #i94957#
2008-11-10 22:18:14 +0100 fs r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 22:15:57 +0100 fs r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 09:28:26 +0100 fs r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe
2008-11-10 09:19:06 +0100 fs r263508 : collect single patches which comprise the complete patch
2008-11-06 09:10:21 +0100 fs r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a'
2008-11-02 22:51:27 +0100 fs r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation
2008-11-02 22:50:15 +0100 fs r263276 : #i95772# no --enable-system-cairo on Windows
2008-10-18 20:12:36 +0200 pastea_p r262297 : 2008-10-16 17:15:35 +0200 ericb r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 17:14:49 +0200 ericb r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 16:58:21 +0200 ericb r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-15 20:16:28 +0200 ericb r262242 : #i94628# use mac as default toolkit on mac
2008-10-14 18:54:13 +0200 ericb r262216 : #i90774# modify the configure.in for moz2seamonkey migration
2008-10-14 18:48:57 +0200 ericb r262215 : #i90774# commit moz2seamonkey changes for svn migration
2008-10-14 18:47:05 +0200 ericb r262214 : #i90774# commit moz2seamonkey changes for svn migration
2009-07-15 11:06:05 +00:00
|
|
|
Name = SCP2_URE_DL_NORMAL("msvcr80");
|
2008-06-16 13:14:05 +00:00
|
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
|
|
End
|
2010-09-14 12:20:12 +02:00
|
|
|
File gid_File_Moz_Msvc80crt_Manifest
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2011-10-21 13:13:21 +02:00
|
|
|
Dir = gid_Brand_Dir_Program;
|
2010-09-14 12:20:12 +02:00
|
|
|
Name = "Microsoft.VC80.CRT.manifest";
|
|
|
|
End
|
2008-06-16 13:14:05 +00:00
|
|
|
#endif
|
2008-07-01 15:29:44 +00:00
|
|
|
|
|
|
|
#ifndef SYSTEM_REDLAND
|
|
|
|
File gid_File_Lib_Raptor
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-07-01 15:29:44 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-07-01 15:29:44 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
2012-04-13 07:03:15 +02:00
|
|
|
Name = STRING(CONCAT4(libraptor-lo,.,RAPTOR_MAJOR,UNXSUFFIX));
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
2012-04-13 07:03:15 +02:00
|
|
|
Name = STRING(CONCAT4(libraptor-lo,UNXSUFFIX,.,RAPTOR_MAJOR));
|
2008-07-01 15:29:44 +00:00
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#ifdef _gcc3
|
2012-04-13 16:24:16 +02:00
|
|
|
Name = "libraptor-1.dll";
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
2012-04-13 16:24:16 +02:00
|
|
|
Name = "raptor.dll";
|
2008-07-01 15:29:44 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Rasqal
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-07-01 15:29:44 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-07-01 15:29:44 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
2012-04-13 07:03:15 +02:00
|
|
|
Name = STRING(CONCAT4(librasqal-lo,.,RASQAL_MAJOR,UNXSUFFIX));
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
2012-04-13 07:03:15 +02:00
|
|
|
Name = STRING(CONCAT4(librasqal-lo,UNXSUFFIX,.,RASQAL_MAJOR));
|
2008-07-01 15:29:44 +00:00
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#ifdef _gcc3
|
2012-04-13 16:24:16 +02:00
|
|
|
Name = STRING(CONCAT3(librasqal-,RASQAL_MAJOR,.dll));
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
2012-04-13 16:24:16 +02:00
|
|
|
Name = "rasqal.dll";
|
2008-07-01 15:29:44 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Rdf
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2008-07-01 15:29:44 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-07-01 15:29:44 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
2012-04-13 07:03:15 +02:00
|
|
|
Name = STRING(CONCAT4(librdf-lo,.,REDLAND_MAJOR,UNXSUFFIX));
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
2012-04-13 07:03:15 +02:00
|
|
|
Name = STRING(CONCAT4(librdf-lo,UNXSUFFIX,.,REDLAND_MAJOR));
|
2008-07-01 15:29:44 +00:00
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#ifdef _gcc3
|
2012-04-13 16:24:16 +02:00
|
|
|
Name = "librdf-0.dll";
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
2012-04-13 16:24:16 +02:00
|
|
|
Name = "librdf.dll";
|
2008-07-01 15:29:44 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif // SYSTEM_REDLAND
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Unordf, unordf)
|
2008-07-01 15:29:44 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_For, for)
|
CWS-TOOLING: integrate CWS frmdlg
2008-12-18 09:13:09 +0100 oj r265667 : merge from odff05
2008-12-18 07:58:16 +0100 oj r265658 : #i94555# patch from <regina>, ODFF:
Add GAMMA, CHISQDIST, CHISQINV.
Make the 'cumulative' parameter of GAMMADIST optional.
Adapt the domain of CHIDIST to allow negative x.
Remove the constraint "degrees of freedom < 1.0E5" from CHIDIST and CHIINV.
Plus a mechanism to write the now optional parameter of GAMMADIST to PODF and
ODFF if omitted, for backwards compatibility.
2008-12-15 14:06:11 +0100 oj r265490 : CWS-TOOLING: rebase CWS frmdlg to trunk@264807 (milestone: DEV300:m37)
2008-12-15 13:55:28 +0100 oj r265488 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:55:07 +0100 oj r265487 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:54:48 +0100 oj r265486 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:54:36 +0100 oj r265485 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:54:24 +0100 oj r265484 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:48:11 +0100 oj r265483 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:31:12 +0100 oj r265479 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:13:58 +0100 oj r265477 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:10:09 +0100 oj r265476 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:05:11 +0100 oj r265475 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 10:47:17 +0100 oj r265467 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 10:46:19 +0100 oj r265466 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 10:45:47 +0100 oj r265465 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 07:35:07 +0100 oj r265458 : add dependency to formula
2008-12-15 07:34:24 +0100 oj r265457 : add dependency to formula
2008-12-12 13:22:00 +0100 msc r265413 : #i97089#
2008-12-12 13:20:25 +0100 msc r265412 : #i97089#
2008-12-12 12:35:12 +0100 msc r265406 : #i97089#
2008-12-12 12:34:16 +0100 msc r265405 : #i97089#
2008-12-12 12:33:05 +0100 msc r265404 : #i97089#
2008-12-12 12:31:11 +0100 msc r265403 : #i97089#
2008-12-08 11:59:10 +0100 oj r264981 : insert RTL_LOG
2008-12-08 11:50:17 +0100 oj r264980 : some small changes
2008-12-05 12:57:57 +0100 oj r264902 : eof changed
2008-12-05 12:56:46 +0100 oj r264901 : eof changed
2008-12-05 12:28:47 +0100 oj r264899 : wrong var used
2008-12-05 10:08:57 +0100 oj r264890 : token order reversed
2008-12-04 13:49:22 +0100 oc r264843 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:45:27 +0100 oc r264842 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:42:54 +0100 oc r264841 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:37:41 +0100 oc r264840 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:34:11 +0100 oc r264839 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 12:35:31 +0100 oj r264835 : new help ids for struct and function tabpage
2008-12-04 12:00:35 +0100 oj r264828 : set explicit help id
2008-12-03 14:53:27 +0100 oj r264786 : #i96845# change ref button
2008-12-03 14:51:49 +0100 oj r264785 : #i96845# change ref button
2008-12-03 08:51:57 +0100 oj r264746 : convert dos to unix lineends
2008-12-03 08:50:45 +0100 oj r264745 : convert dos to unix lineends
2008-12-03 08:50:05 +0100 oj r264744 : convert dos to unix lineends
2008-12-02 12:28:33 +0100 oj r264686 : clear help text when new helpid is set
2008-12-02 12:28:02 +0100 oj r264685 : set help id for listbox category
2008-12-02 07:15:56 +0100 oj r264655 : remove define to auto generate help ids
2008-12-01 14:36:43 +0100 oj r264604 : use temp var
2008-12-01 14:18:31 +0100 oj r264601 : moved ScJumpToken to formula
2008-12-01 14:18:11 +0100 oj r264600 : moved ScJumpToken to formula
2008-12-01 14:14:35 +0100 oj r264599 : moved ScJumpToken from sc
2008-12-01 10:48:51 +0100 oj r264589 : change quickhelptext from Shrink to Select
2008-12-01 10:28:41 +0100 oj r264588 : fix opcode data, has to be Any.Void
2008-11-28 11:16:48 +0100 oj r264532 : add help ids
2008-11-28 10:16:56 +0100 oj r264529 : set help id
2008-11-28 10:16:43 +0100 oj r264528 : set help id
2008-11-26 13:55:04 +0100 oj r264381 : #94535# use of optional instead of deleting a string myself and some small changes
2008-11-26 09:53:20 +0100 oj r264346 : compile error with debug/without debug
2008-11-25 07:41:28 +0100 oj r264271 : put static into the method which make use of them
2008-11-24 08:16:07 +0100 oj r264196 : removed not needed classes for op code
2008-11-24 08:13:44 +0100 oj r264195 : removed not needed classes for op code
2008-11-21 14:05:53 +0100 oj r264135 : make GetOpCode inline
2008-11-21 12:35:27 +0100 oj r264124 : hold symbols
2008-11-20 09:27:27 +0100 oj r264028 : merged code from DEV300_m35 which got lost
2008-11-19 20:42:12 +0100 oj r264022 : more changes for formula dialog remove
2008-11-19 20:37:41 +0100 oj r264021 : removed unused var
2008-11-19 20:35:35 +0100 oj r264020 : some more changes at token
2008-11-19 10:59:47 +0100 oj r263967 : deleted
2008-11-19 10:58:24 +0100 oj r263966 : add forui and for res files
2008-11-18 15:27:36 +0100 oj r263777 : unused para removed
2008-11-18 15:23:23 +0100 oj r263775 : add insert button to add field dlg
2008-11-18 13:39:53 +0100 oj r263764 : enable the formula dialog as well for conditional print as for conditional formatting
2008-11-18 12:03:25 +0100 oj r263760 : rename isRef in IsRef
2008-11-17 11:46:16 +0100 oj r263711 : patches for function handling
2008-11-17 11:36:22 +0100 oj r263710 : add new for forui and res file
2008-11-17 09:21:12 +0100 oj r263704 : patches for some resource for libformula
2008-11-15 12:45:30 +0100 oj r263701 : changes for formula editor extraction
2008-11-07 08:23:27 +0100 oj r263416 : merge from DEV300:m35
2008-11-07 08:22:35 +0100 oj r263415 : merge from DEV300:m35
2008-11-07 08:22:16 +0100 oj r263414 : merge from DEV300:m35
2008-11-07 08:21:41 +0100 oj r263413 : merge from DEV300:m35
2008-11-07 08:21:31 +0100 oj r263412 : merge from DEV300:m35
2008-11-07 08:20:38 +0100 oj r263411 : merge from DEV300:m35
2008-11-07 08:20:00 +0100 oj r263410 : merge from DEV300:m35
2008-11-07 08:18:50 +0100 oj r263409 : merge from DEV300:m35
2008-11-07 08:18:19 +0100 oj r263408 : merge from DEV300:m35
2008-11-07 08:10:27 +0100 oj r263407 : merge from DEV300:m35
2008-10-21 07:43:46 +0200 oj r262560 : some compile errors resolved
2008-10-17 16:40:01 +0200 oj r262291 : dep for 1st target
2008-10-07 10:08:39 +0200 oj r262077 : copy
2008-10-07 09:45:31 +0200 oj r262076 : #i94535#
2008-10-07 09:44:26 +0200 oj r262075 : #i94535# new base class
2008-10-07 09:43:21 +0200 oj r262074 : moved to formula
2008-10-07 09:41:51 +0200 oj r262073 : new images
2008-10-07 09:03:01 +0200 oj r262072 : new ids for formula
2008-10-02 08:46:27 +0200 oj r262024 : #i94535# move the formula compiler to formula
2008-10-02 08:08:54 +0200 oj r262023 : #i94535#
2008-10-02 08:06:28 +0200 oj r262022 : #i94535#
2008-10-02 08:05:52 +0200 oj r262021 : #i94535#
2008-10-01 17:15:29 +0200 oj r262014 : #i94535#
2008-10-01 17:12:40 +0200 oj r262013 : new module formula
2008-10-01 17:04:55 +0200 oj r262012 : #i94535#
2008-10-01 16:49:03 +0200 oj r262010 : #i94535#
2008-10-01 16:46:59 +0200 oj r262009 : #i94535#
2009-01-08 10:47:13 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Forui, forui)
|
|
|
|
|
2011-03-29 14:36:53 +02:00
|
|
|
// RSVG and dependencies
|
2012-02-23 22:48:44 +07:00
|
|
|
#if ENABLE_LIBRSVG
|
2011-03-29 14:36:53 +02:00
|
|
|
#if ! defined (SYSTEM_GETTEXT)
|
|
|
|
File gid_File_Lib_Intl
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libintl.8.dylib";
|
|
|
|
#elif defined WNT
|
|
|
|
Name = "intl.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! defined SYSTEM_GLIB
|
|
|
|
File gid_File_Lib_Glib
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libglib-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:09:57 +03:00
|
|
|
Name = "gliblo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
File gid_File_Lib_Gthread
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libgthread-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:09:57 +03:00
|
|
|
Name = "gthreadlo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
File gid_File_Lib_Gobject
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libgobject-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:09:57 +03:00
|
|
|
Name = "gobjectlo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
File gid_File_Lib_Gio
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libgio-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:09:57 +03:00
|
|
|
Name = "giolo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
File gid_File_Lib_Gmodule
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libgmodule-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:09:57 +03:00
|
|
|
Name = "gmodulelo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! defined SYSTEM_GDKPIXBUF
|
|
|
|
File gid_File_Lib_Gdkpixbuf
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libgdk_pixbuf-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
|
|
|
Name = "libgdk_pixbuf-2.0-0.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! defined SYSTEM_LIBCROCO
|
|
|
|
File gid_File_Lib_Libcroco
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libcroco-0.6.3.0.1.dylib";
|
|
|
|
#elif defined WNT
|
|
|
|
Name = "libcroco-0.6-3.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2012-02-21 11:29:42 +01:00
|
|
|
#if ! defined LIBO_HEADLESS
|
2011-03-29 14:36:53 +02:00
|
|
|
#if ! defined SYSTEM_PANGO
|
|
|
|
File gid_File_Lib_Libpango
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libpango-1.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:06:07 +03:00
|
|
|
Name = "pangolo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
File gid_File_Lib_Libpangocairo
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libpangocairo-1.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:06:07 +03:00
|
|
|
Name = "pangocairolo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#if defined WNT
|
|
|
|
File gid_File_Lib_Libpangowin32
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2011-06-03 14:06:07 +03:00
|
|
|
Name = "pangowin32lo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
2012-02-10 17:28:49 +01:00
|
|
|
#endif
|
2011-03-29 14:36:53 +02:00
|
|
|
|
|
|
|
#if ! defined SYSTEM_LIBGSF
|
|
|
|
File gid_File_Lib_Libgsf
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef WNT
|
|
|
|
Name = "gsf-1.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! defined SYSTEM_LIBRSVG
|
|
|
|
File gid_File_Lib_Librsvg
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2011-03-29 14:36:53 +02:00
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "librsvg-2.2.dylib";
|
|
|
|
#elif defined WNT
|
|
|
|
Name = "librsvg-2-2.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2012-02-23 22:48:44 +07:00
|
|
|
#endif // #if ENABLE_LIBRSVG
|
2011-05-28 05:29:10 -05:00
|
|
|
|
2011-08-30 10:47:54 +03:00
|
|
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
|
|
|
|
2010-09-14 14:51:07 +02:00
|
|
|
File gid_File_Lib_sellangmsi
|
2011-11-30 16:48:22 +01:00
|
|
|
LIB_FILE_BODY;
|
2010-09-14 14:51:07 +02:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
2011-10-21 13:13:21 +02:00
|
|
|
Dir = gid_Brand_Dir_Program;
|
2010-09-14 14:51:07 +02:00
|
|
|
Name = "sellangmsi.dll";
|
|
|
|
End
|
2011-08-30 10:47:54 +03:00
|
|
|
|
2010-09-14 14:51:07 +02:00
|
|
|
#endif
|
2011-04-01 19:39:40 +02:00
|
|
|
|
|
|
|
#ifdef ENABLE_LOMENUBAR
|
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Lomenubar, lomenubar.uno )
|
|
|
|
#endif
|