2005-06-21 12:22:20 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 08:06:00 +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-06-21 12:22:20 +00:00
|
|
|
*
|
2008-04-10 08:06:00 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2005-06-21 12:22:20 +00:00
|
|
|
*
|
2008-04-10 08:06:00 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2005-06-21 12:22:20 +00:00
|
|
|
*
|
2008-04-10 08:06:00 +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-06-21 12:22:20 +00:00
|
|
|
*
|
2008-04-10 08:06:00 +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-06-21 12:22:20 +00:00
|
|
|
*
|
2008-04-10 08:06:00 +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-06-21 12:22:20 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
|
|
|
File gid_File_Exe_Sbase
|
|
|
|
BIN_FILE_BODY;
|
2008-03-18 12:24:24 +00:00
|
|
|
Dir = gid_Brand_Dir_Program;
|
2005-06-21 12:22:20 +00:00
|
|
|
Name = EXENAME(sbase);
|
2009-05-15 14:12:42 +00:00
|
|
|
#ifdef WNT
|
|
|
|
FileDescription = "%PRODUCTNAME Base";
|
|
|
|
Styles = (PACKED, PATCH_SO_NAME);
|
|
|
|
#else
|
2008-04-15 09:38:07 +00:00
|
|
|
Styles = (PACKED);
|
2009-05-15 14:12:42 +00:00
|
|
|
#endif
|
2005-06-21 12:22:20 +00:00
|
|
|
End
|
|
|
|
|
2007-07-24 11:14:11 +00:00
|
|
|
#if defined WNT
|
|
|
|
File gid_File_Exe_Odbcconfig
|
|
|
|
BIN_FILE_BODY;
|
2011-10-21 13:13:21 +02:00
|
|
|
Dir = gid_Brand_Dir_Program;
|
2007-07-24 11:14:11 +00:00
|
|
|
Name = EXENAME(odbcconfig);
|
2008-04-15 09:38:07 +00:00
|
|
|
Styles = (PACKED);
|
2007-07-24 11:14:11 +00:00
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Abp, abp)
|
2008-04-15 09:38:07 +00:00
|
|
|
STD_RES_FILE( gid_File_Res_Abp, abp)
|
2005-11-15 11:54:19 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbp, dbp)
|
2008-04-15 09:38:07 +00:00
|
|
|
STD_RES_FILE( gid_File_Res_Dbp, dbp)
|
2005-11-15 11:54:19 +00:00
|
|
|
|
2011-07-23 10:17:18 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbu, dbu )
|
|
|
|
STD_RES_FILE( gid_File_Res_Dbu, dbu)
|
|
|
|
|
2008-04-15 09:38:07 +00:00
|
|
|
STD_RES_FILE( gid_File_Res_Cnr, cnr)
|
|
|
|
STD_RES_FILE( gid_File_Res_Sdbcl, sdbcl)
|
|
|
|
STD_RES_FILE( gid_File_Res_Sdberr, sdberr)
|
2005-11-11 13:25:33 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Rpt, rpt )
|
2008-04-15 09:38:07 +00:00
|
|
|
STD_RES_FILE( gid_File_Res_Rpt, rpt)
|
2007-07-06 08:27:31 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Rptui, rptui )
|
2008-04-15 09:38:07 +00:00
|
|
|
STD_RES_FILE( gid_File_Res_Rptui, rptui)
|
2007-07-06 08:27:31 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Rptxml, rptxml )
|
2007-07-06 08:27:31 +00:00
|
|
|
|
2011-08-11 18:36:53 +02:00
|
|
|
#if defined WITH_HELP
|
2005-06-21 12:22:20 +00:00
|
|
|
File gid_File_Help_Sdatabase_Zip
|
|
|
|
Dir = gid_Dir_Help_Isolanguage;
|
2010-12-16 09:15:54 +01:00
|
|
|
ARCHIVE_TXT_FILE_BODY_HELPPACK;
|
2006-11-01 12:52:16 +00:00
|
|
|
EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(sdatabase);
|
2008-04-15 09:38:07 +00:00
|
|
|
Patchfiles = ();
|
2005-06-21 12:22:20 +00:00
|
|
|
End
|
2011-08-11 18:36:53 +02:00
|
|
|
#endif
|
2005-06-21 12:22:20 +00:00
|
|
|
|
2009-08-04 10:36:31 +02:00
|
|
|
File gid_File_Share_Registry_Base_Xcd
|
2005-06-21 12:22:20 +00:00
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:38:07 +00:00
|
|
|
Styles = (PACKED);
|
2011-10-07 21:12:30 +02:00
|
|
|
Dir = gid_Brand_Dir_Share_Registry;
|
2009-08-04 10:36:31 +02:00
|
|
|
Name = "base.xcd";
|
2005-06-21 12:22:20 +00:00
|
|
|
End
|