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
|
|
|
|
2013-07-24 14:39:03 +02:00
|
|
|
#if defined SOLAR_JAVA && defined WNT
|
|
|
|
File gid_File_Lib_Accessbridge
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = "java_uno_accessbridge.dll";
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
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
|
|
|
|
|
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
|
2013-04-22 15:51:17 -03:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Cmdmail, cmdmail )
|
2004-06-17 14:45:41 +00:00
|
|
|
#endif
|
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
|
2012-10-30 09:31:20 +01:00
|
|
|
Name = STRING(CONCAT2(libcurl,UNXSUFFIX));
|
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
|
|
|
|
|
2013-07-24 14:39:03 +02:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Dnd
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = "dnd.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Dtrans
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Name = "dtrans.dll";
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Styles = (PACKED);
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2013-02-09 22:39:42 +01:00
|
|
|
/* fdo#60491 always need emboleobj library on non-WNT platforms */
|
|
|
|
#if !defined(WNT) || !defined(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
|
|
|
|
2013-07-24 14:39:03 +02:00
|
|
|
#if defined(WNT) && !defined(DISABLE_ATL)
|
|
|
|
|
|
|
|
File gid_File_Lib_Inprocserv
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = "inprocserv.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
|
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
|
|
|
|
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 UNX
|
2005-06-09 13:15:14 +00:00
|
|
|
|
2013-07-24 14:39:03 +02:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Fps
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = "fps.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2007-06-05 10:53:28 +00:00
|
|
|
#if defined UNX && ! defined MACOSX
|
2012-05-14 20:09:41 -05:00
|
|
|
#ifdef ENABLE_TDE
|
|
|
|
File gid_File_Bin_TdeFilePicker
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = gid_Brand_Dir_Program;
|
|
|
|
Name = "tdefilepicker";
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2010-08-25 17:55:34 +02:00
|
|
|
#ifdef ENABLE_KDE
|
|
|
|
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
|
|
|
|
2013-01-11 11:07:23 +02:00
|
|
|
#ifdef MACOSX
|
2012-09-28 13:21:59 +03:00
|
|
|
#ifndef X86_64
|
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
|
2012-09-27 23:51:50 +03:00
|
|
|
#endif
|
2007-07-11 10:05:58 +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-11-21 11:08:21 +01:00
|
|
|
#ifdef NEED_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
|
2013-02-08 16:31:44 +01:00
|
|
|
Name = STRING(CONCAT3(libcairo,UNXSUFFIX,.2));
|
2008-11-30 07:56:43 +00:00
|
|
|
#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
|
2013-02-08 16:31:44 +01:00
|
|
|
#ifdef MACOSX
|
2012-11-21 09:23:03 +01:00
|
|
|
Name = STRING(CONCAT2(libpixman-1,UNXSUFFIX));
|
2013-02-08 16:31:44 +01:00
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT3(libpixman-1,UNXSUFFIX,.0));
|
|
|
|
#endif
|
2010-09-14 12:36:26 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2008-11-30 07:56:43 +00:00
|
|
|
#endif
|
|
|
|
|
2011-07-01 11:18:00 +03:00
|
|
|
#endif
|
|
|
|
|
2013-07-24 14:39:03 +02:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Ftransl
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = "ftransl.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
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
|
2013-03-23 12:32:31 -04:00
|
|
|
Name = STRING(CONCAT6(libicudata,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
|
adapt all externals to build against MSVC debug runtime
Add patches and/or tweaks to the following modules:
curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec,
lpsolve, nss, openssl, python3
lcms2 has an inconsistency where the .lib and the .dll don't agree on
the .dll name.
openssl gets a honorable mention because apparently it's undocumented
custom build system can build with /MDd if one picks the right
configuration but i couldn't figure out how to do that in an hour of
trying, and just patched the release config instead.
Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c
2013-04-14 13:52:56 +02:00
|
|
|
#else
|
|
|
|
#ifdef MSVC_PKG_DEBUG_RUNTIME
|
|
|
|
Name = STRING(CONCAT3(icudtd,ICU_MAJOR,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT3(icudt,ICU_MAJOR,.dll));
|
adapt all externals to build against MSVC debug runtime
Add patches and/or tweaks to the following modules:
curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec,
lpsolve, nss, openssl, python3
lcms2 has an inconsistency where the .lib and the .dll don't agree on
the .dll name.
openssl gets a honorable mention because apparently it's undocumented
custom build system can build with /MDd if one picks the right
configuration but i couldn't figure out how to do that in an hour of
trying, and just patched the release config instead.
Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c
2013-04-14 13:52:56 +02:00
|
|
|
#endif // MSVC_PKG_DEBUG_RUNTIME
|
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
|
2013-03-23 12:32:31 -04:00
|
|
|
Name = STRING(CONCAT6(libicui18n,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
|
adapt all externals to build against MSVC debug runtime
Add patches and/or tweaks to the following modules:
curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec,
lpsolve, nss, openssl, python3
lcms2 has an inconsistency where the .lib and the .dll don't agree on
the .dll name.
openssl gets a honorable mention because apparently it's undocumented
custom build system can build with /MDd if one picks the right
configuration but i couldn't figure out how to do that in an hour of
trying, and just patched the release config instead.
Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c
2013-04-14 13:52:56 +02:00
|
|
|
#else
|
|
|
|
#ifdef MSVC_PKG_DEBUG_RUNTIME
|
|
|
|
Name = STRING(CONCAT3(icuind,ICU_MAJOR,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT3(icuin,ICU_MAJOR,.dll));
|
adapt all externals to build against MSVC debug runtime
Add patches and/or tweaks to the following modules:
curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec,
lpsolve, nss, openssl, python3
lcms2 has an inconsistency where the .lib and the .dll don't agree on
the .dll name.
openssl gets a honorable mention because apparently it's undocumented
custom build system can build with /MDd if one picks the right
configuration but i couldn't figure out how to do that in an hour of
trying, and just patched the release config instead.
Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c
2013-04-14 13:52:56 +02:00
|
|
|
#endif // MSVC_PKG_DEBUG_RUNTIME
|
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
|
2013-03-23 12:32:31 -04:00
|
|
|
Name = STRING(CONCAT6(libicuuc,UNXSUFFIX,.,ICU_MAJOR,.,ICU_MINOR));
|
adapt all externals to build against MSVC debug runtime
Add patches and/or tweaks to the following modules:
curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec,
lpsolve, nss, openssl, python3
lcms2 has an inconsistency where the .lib and the .dll don't agree on
the .dll name.
openssl gets a honorable mention because apparently it's undocumented
custom build system can build with /MDd if one picks the right
configuration but i couldn't figure out how to do that in an hour of
trying, and just patched the release config instead.
Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c
2013-04-14 13:52:56 +02:00
|
|
|
#else
|
|
|
|
#ifdef MSVC_PKG_DEBUG_RUNTIME
|
|
|
|
Name = STRING(CONCAT3(icuucd,ICU_MAJOR,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2012-05-10 14:39:47 +01:00
|
|
|
Name = STRING(CONCAT3(icuuc,ICU_MAJOR,.dll));
|
adapt all externals to build against MSVC debug runtime
Add patches and/or tweaks to the following modules:
curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec,
lpsolve, nss, openssl, python3
lcms2 has an inconsistency where the .lib and the .dll don't agree on
the .dll name.
openssl gets a honorable mention because apparently it's undocumented
custom build system can build with /MDd if one picks the right
configuration but i couldn't figure out how to do that in an hour of
trying, and just patched the release config instead.
Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c
2013-04-14 13:52:56 +02:00
|
|
|
#endif // MSVC_PKG_DEBUG_RUNTIME
|
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
|
|
|
|
|
2013-07-24 14:39:03 +02:00
|
|
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
|
|
|
|
|
|
|
File gid_File_Lib_sn_tools
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY, DONTRENAMEINPATCH);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = "sn_tools.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2012-09-18 11:23:52 +02:00
|
|
|
#if defined(WNT)
|
|
|
|
|
2012-12-04 13:57:53 +01:00
|
|
|
#if defined WITH_MOZAB4WIN
|
2012-09-18 18:25:29 +02:00
|
|
|
|
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;
|
2009-09-09 04:08:29 +00:00
|
|
|
Name = "mozbootstrap.dll";
|
2008-08-18 12:23:20 +00:00
|
|
|
End
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
|
2012-09-18 11:23:52 +02:00
|
|
|
#else
|
|
|
|
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Mork,mork)
|
2012-11-07 13:37:57 +01:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Mozbootstrap,mozbootstrap)
|
2012-09-18 11:23:52 +02:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
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
|
|
|
|
|
2012-11-20 11:15:56 +01:00
|
|
|
#if defined ENABLE_NPAPI_FROM_BROWSER
|
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
|
|
|
|
2013-01-11 11:07:23 +02:00
|
|
|
#if defined(UNX) && ! defined(MACOSX)
|
2012-05-14 20:09:41 -05:00
|
|
|
#ifdef ENABLE_TDE
|
|
|
|
File gid_File_Lib_Vclplug_Tde
|
|
|
|
Name = LIBNAME(vclplug_tde);
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
End
|
|
|
|
#endif
|
2005-01-07 08:28:25 +00:00
|
|
|
#ifdef ENABLE_KDE
|
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
|
2009-08-07 10:16:34 +00:00
|
|
|
#ifdef ENABLE_KDE4
|
|
|
|
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
|
2008-10-29 10:26:13 +00:00
|
|
|
|
2013-01-11 11:07:23 +02:00
|
|
|
#if defined(MACOSX)
|
2007-07-05 08:19:09 +00:00
|
|
|
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
|
|
|
|
2013-01-11 11:07:23 +02:00
|
|
|
#if defined UNX && ! defined MACOSX
|
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
|
|
|
|
|
2013-07-24 14:39:03 +02:00
|
|
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
|
|
|
|
|
|
|
File gid_File_Lib_Reg4allmsdoc
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = "reg4allmsdoc.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Qslnkmsi
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = "qslnkmsi.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
File gid_File_Lib_Sdqsmsi
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = "sdqsmsi.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif /* WNT && HAVE_WINDOWS_SDK */
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Oox , oox)
|
2008-01-10 12:26:07 +00:00
|
|
|
|
2013-07-24 14:39:03 +02:00
|
|
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
|
|
|
|
|
|
|
File gid_File_Lib_Instooofiltmsi
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Name = "instooofiltmsi.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2013-01-11 11:07:23 +02:00
|
|
|
#if defined(UNX) && !defined(MACOSX) && !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
|
|
|
|
|
2013-06-12 21:23:31 +02:00
|
|
|
File gid_File_Lib_Spell
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Name = LIBNAME(spell);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
End
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
2012-08-14 10:38:35 +01:00
|
|
|
#if !defined(ANDROID) && !defined(IOS) //FIXME: get nss&xmlsec building
|
|
|
|
//we need the nss libs for libxmlsec (or if the internal mozilla is enabled)
|
2012-06-26 14:14:35 +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)
|
2013-07-24 10:28:12 +02:00
|
|
|
#else
|
|
|
|
#if !defined(MACOSX)
|
|
|
|
File gid_File_Lib_Sqlite3
|
|
|
|
Name = "sqlite/" SPECIAL_NAME(sqlite3);
|
|
|
|
PACKED_LIB_FILE_BODY;
|
|
|
|
End
|
|
|
|
#endif //!defined(MACOSX)
|
2012-06-26 14:14:35 +01:00
|
|
|
#endif //WNT
|
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ssl3,ssl3)
|
|
|
|
#endif //SYSTEM_NSS
|
2012-08-14 10:38:35 +01:00
|
|
|
|
|
|
|
File gid_File_Lib_XSec_XmlSec
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libxsec_xmlsec,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "xsec_xmlsec.dll";
|
|
|
|
#endif
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Styles = (PACKED);
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
2012-06-26 14:14:35 +01: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
|
2012-09-08 22:26:50 +02:00
|
|
|
File gid_File_Lib_eXslt
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = STRING(CONCAT4(libexslt,.,0,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT4(libexslt,UNXSUFFIX,.,0));
|
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#ifdef _gcc3
|
|
|
|
Name = "libexslt-0.dll";
|
|
|
|
#else
|
|
|
|
Name = "libexslt.dll";
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
End
|
2007-05-10 12:18:08 +00:00
|
|
|
#endif
|
|
|
|
|
2008-08-18 12:23:20 +00:00
|
|
|
#ifdef WNT
|
2013-07-24 14:39:03 +02:00
|
|
|
File gid_File_Lib_LibXMLSec_xmlseccore
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
#ifdef _gcc3
|
|
|
|
Name = "libxmlsec1.dll";
|
|
|
|
#else
|
|
|
|
Name = "libxmlsec.dll";
|
|
|
|
#endif
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Styles = (PACKED);
|
|
|
|
End
|
2004-08-31 12:44:19 +00:00
|
|
|
|
2012-08-29 09:48:00 +02:00
|
|
|
#ifdef CROSS_COMPILING
|
|
|
|
File gid_File_Lib_LibXMLSec_xmlsecnss
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
#ifdef _gcc3
|
|
|
|
Name = "libxmlsec1-nss.dll";
|
|
|
|
#else
|
|
|
|
Name = "libxmlsec-nss.dll";
|
|
|
|
#endif
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
Styles = (PACKED);
|
|
|
|
End
|
|
|
|
#else
|
2004-08-31 12:44:19 +00:00
|
|
|
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
|
2012-08-29 09:48:00 +02:00
|
|
|
#endif
|
2004-11-15 14:43:17 +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
|
|
|
|
2012-12-04 13:57:53 +01:00
|
|
|
#if defined WNT && !defined _gcc3 && defined WITH_MOZAB4WIN
|
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
|
Easter Bunny brings new redland tarballs
upgrade raptor to 2.0.9, rasqal to 0.9.30, redland to 1.0.16:
- new raptor depends on libxml2 version 2.6.27 and thus will _not_
build against system libxml2 on Mac OS X 10.4/10.5
- stop delivering raptor-config/rasqal-config, set env vars instead
(which unfortunately requires patching configures, TODO: upstream that)
- remove redundant configure flags
- stop passing -Wl,no-inhibit-exec (causes HP-UX code to be built on Linux)
- disable new rasqal build deps:
--with-uuid-library=internal --with-digest-library=internal
- disable redland "libltdl" nonsense via --disable-modular
- fortunately openssl digest support has been removed too
- drop raptor-1.4.18.ooo_build.patch, set RAPTOR2_CFLAGS/LIBS instead
- drop raptor-1.4.18.autotools.patch:
+ FreeBSD parts moved to raptor-freebsd.patch.1
+ Android parts obsolete
+ don't know about the MinGW part (TODO)
- from drop raptor-1.4.18.mingw.patch dropped the part defining parsers
to be built, done via --enable-parsers
- drop redland/raptor/raptor-1.4.18.cross.patch:
the vsnprintf check is now done at runtime, and expat has been removed
- drop raptor-1.4.18.aix.patch,redland-1.0.8.aix.patch:
presumably don't need special check for V7BETA since it's released now
- drop raptor-1.4.18.rindex.patch, index/rindex no longer used
- drop raptor-1.4.18.entities.patch, fixed upstream in 2.0.7
- drop raptor-1.4.18.fixes.patch, fixed upstream in 2.0.9
- drop raptor-1.4.18.{libxml,libxslt}.patch: TODO
- drop {raptor-1.4.18,rasqal-0.9.16,redland-1.0.8}.legal.patch:
we don't care any more about Sun legal dept.
- drop rasqal-0.9.16.ooo_build.patch, set RASQAL_CFLAGS/LIBS instead
- drop rasqal-0.9.16.autotools.patch:
+ FreeBSD parts moved to rasqal-freebsd.patch.1
+ Android parts obsolete
+ MinGW part only for cygwin build
- drop redland-1.0.8.autotools.patch:
+ FreeBSD parts moved to redland-freebsd.patch.1
+ Android parts obsolete
+ don't know about the MinGW part (TODO)
- drop redland-1.0.8.ooo_build.patch,
hopefully not necessary to disable utils build
Change-Id: I9cc44928ba87392d69e809abe2236cec0e4a508a
Reviewed-on: https://gerrit.libreoffice.org/3154
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-01 12:41:18 +02:00
|
|
|
Name = STRING(CONCAT4(libraptor2-lo,.,RAPTOR_MAJOR,UNXSUFFIX));
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
Easter Bunny brings new redland tarballs
upgrade raptor to 2.0.9, rasqal to 0.9.30, redland to 1.0.16:
- new raptor depends on libxml2 version 2.6.27 and thus will _not_
build against system libxml2 on Mac OS X 10.4/10.5
- stop delivering raptor-config/rasqal-config, set env vars instead
(which unfortunately requires patching configures, TODO: upstream that)
- remove redundant configure flags
- stop passing -Wl,no-inhibit-exec (causes HP-UX code to be built on Linux)
- disable new rasqal build deps:
--with-uuid-library=internal --with-digest-library=internal
- disable redland "libltdl" nonsense via --disable-modular
- fortunately openssl digest support has been removed too
- drop raptor-1.4.18.ooo_build.patch, set RAPTOR2_CFLAGS/LIBS instead
- drop raptor-1.4.18.autotools.patch:
+ FreeBSD parts moved to raptor-freebsd.patch.1
+ Android parts obsolete
+ don't know about the MinGW part (TODO)
- from drop raptor-1.4.18.mingw.patch dropped the part defining parsers
to be built, done via --enable-parsers
- drop redland/raptor/raptor-1.4.18.cross.patch:
the vsnprintf check is now done at runtime, and expat has been removed
- drop raptor-1.4.18.aix.patch,redland-1.0.8.aix.patch:
presumably don't need special check for V7BETA since it's released now
- drop raptor-1.4.18.rindex.patch, index/rindex no longer used
- drop raptor-1.4.18.entities.patch, fixed upstream in 2.0.7
- drop raptor-1.4.18.fixes.patch, fixed upstream in 2.0.9
- drop raptor-1.4.18.{libxml,libxslt}.patch: TODO
- drop {raptor-1.4.18,rasqal-0.9.16,redland-1.0.8}.legal.patch:
we don't care any more about Sun legal dept.
- drop rasqal-0.9.16.ooo_build.patch, set RASQAL_CFLAGS/LIBS instead
- drop rasqal-0.9.16.autotools.patch:
+ FreeBSD parts moved to rasqal-freebsd.patch.1
+ Android parts obsolete
+ MinGW part only for cygwin build
- drop redland-1.0.8.autotools.patch:
+ FreeBSD parts moved to redland-freebsd.patch.1
+ Android parts obsolete
+ don't know about the MinGW part (TODO)
- drop redland-1.0.8.ooo_build.patch,
hopefully not necessary to disable utils build
Change-Id: I9cc44928ba87392d69e809abe2236cec0e4a508a
Reviewed-on: https://gerrit.libreoffice.org/3154
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-01 12:41:18 +02:00
|
|
|
Name = STRING(CONCAT4(libraptor2-lo,UNXSUFFIX,.,RAPTOR_MAJOR));
|
2008-07-01 15:29:44 +00:00
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#ifdef _gcc3
|
Easter Bunny brings new redland tarballs
upgrade raptor to 2.0.9, rasqal to 0.9.30, redland to 1.0.16:
- new raptor depends on libxml2 version 2.6.27 and thus will _not_
build against system libxml2 on Mac OS X 10.4/10.5
- stop delivering raptor-config/rasqal-config, set env vars instead
(which unfortunately requires patching configures, TODO: upstream that)
- remove redundant configure flags
- stop passing -Wl,no-inhibit-exec (causes HP-UX code to be built on Linux)
- disable new rasqal build deps:
--with-uuid-library=internal --with-digest-library=internal
- disable redland "libltdl" nonsense via --disable-modular
- fortunately openssl digest support has been removed too
- drop raptor-1.4.18.ooo_build.patch, set RAPTOR2_CFLAGS/LIBS instead
- drop raptor-1.4.18.autotools.patch:
+ FreeBSD parts moved to raptor-freebsd.patch.1
+ Android parts obsolete
+ don't know about the MinGW part (TODO)
- from drop raptor-1.4.18.mingw.patch dropped the part defining parsers
to be built, done via --enable-parsers
- drop redland/raptor/raptor-1.4.18.cross.patch:
the vsnprintf check is now done at runtime, and expat has been removed
- drop raptor-1.4.18.aix.patch,redland-1.0.8.aix.patch:
presumably don't need special check for V7BETA since it's released now
- drop raptor-1.4.18.rindex.patch, index/rindex no longer used
- drop raptor-1.4.18.entities.patch, fixed upstream in 2.0.7
- drop raptor-1.4.18.fixes.patch, fixed upstream in 2.0.9
- drop raptor-1.4.18.{libxml,libxslt}.patch: TODO
- drop {raptor-1.4.18,rasqal-0.9.16,redland-1.0.8}.legal.patch:
we don't care any more about Sun legal dept.
- drop rasqal-0.9.16.ooo_build.patch, set RASQAL_CFLAGS/LIBS instead
- drop rasqal-0.9.16.autotools.patch:
+ FreeBSD parts moved to rasqal-freebsd.patch.1
+ Android parts obsolete
+ MinGW part only for cygwin build
- drop redland-1.0.8.autotools.patch:
+ FreeBSD parts moved to redland-freebsd.patch.1
+ Android parts obsolete
+ don't know about the MinGW part (TODO)
- drop redland-1.0.8.ooo_build.patch,
hopefully not necessary to disable utils build
Change-Id: I9cc44928ba87392d69e809abe2236cec0e4a508a
Reviewed-on: https://gerrit.libreoffice.org/3154
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-01 12:41:18 +02:00
|
|
|
Name = "libraptor2-1.dll";
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
Easter Bunny brings new redland tarballs
upgrade raptor to 2.0.9, rasqal to 0.9.30, redland to 1.0.16:
- new raptor depends on libxml2 version 2.6.27 and thus will _not_
build against system libxml2 on Mac OS X 10.4/10.5
- stop delivering raptor-config/rasqal-config, set env vars instead
(which unfortunately requires patching configures, TODO: upstream that)
- remove redundant configure flags
- stop passing -Wl,no-inhibit-exec (causes HP-UX code to be built on Linux)
- disable new rasqal build deps:
--with-uuid-library=internal --with-digest-library=internal
- disable redland "libltdl" nonsense via --disable-modular
- fortunately openssl digest support has been removed too
- drop raptor-1.4.18.ooo_build.patch, set RAPTOR2_CFLAGS/LIBS instead
- drop raptor-1.4.18.autotools.patch:
+ FreeBSD parts moved to raptor-freebsd.patch.1
+ Android parts obsolete
+ don't know about the MinGW part (TODO)
- from drop raptor-1.4.18.mingw.patch dropped the part defining parsers
to be built, done via --enable-parsers
- drop redland/raptor/raptor-1.4.18.cross.patch:
the vsnprintf check is now done at runtime, and expat has been removed
- drop raptor-1.4.18.aix.patch,redland-1.0.8.aix.patch:
presumably don't need special check for V7BETA since it's released now
- drop raptor-1.4.18.rindex.patch, index/rindex no longer used
- drop raptor-1.4.18.entities.patch, fixed upstream in 2.0.7
- drop raptor-1.4.18.fixes.patch, fixed upstream in 2.0.9
- drop raptor-1.4.18.{libxml,libxslt}.patch: TODO
- drop {raptor-1.4.18,rasqal-0.9.16,redland-1.0.8}.legal.patch:
we don't care any more about Sun legal dept.
- drop rasqal-0.9.16.ooo_build.patch, set RASQAL_CFLAGS/LIBS instead
- drop rasqal-0.9.16.autotools.patch:
+ FreeBSD parts moved to rasqal-freebsd.patch.1
+ Android parts obsolete
+ MinGW part only for cygwin build
- drop redland-1.0.8.autotools.patch:
+ FreeBSD parts moved to redland-freebsd.patch.1
+ Android parts obsolete
+ don't know about the MinGW part (TODO)
- drop redland-1.0.8.ooo_build.patch,
hopefully not necessary to disable utils build
Change-Id: I9cc44928ba87392d69e809abe2236cec0e4a508a
Reviewed-on: https://gerrit.libreoffice.org/3154
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-01 12:41:18 +02:00
|
|
|
Name = "raptor2.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
|
2013-07-24 14:39:03 +02:00
|
|
|
|
|
|
|
#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
|
|
|
|
|
|
|
|
File gid_File_Lib_sellangmsi
|
|
|
|
LIB_FILE_BODY;
|
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
|
|
Dir = gid_Brand_Dir_Program;
|
|
|
|
Name = "sellangmsi.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|