2004-02-05 11:10:37 -06:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 03:46:54 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
*
|
|
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
2005-09-08 19:42:03 -05:00
|
|
|
*
|
2008-04-10 03:46:54 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2005-09-08 19:42:03 -05:00
|
|
|
*
|
2008-04-10 03:46:54 -05:00
|
|
|
* $RCSfile: shortcut_ooo.scp,v $
|
2008-08-19 04:37:00 -05:00
|
|
|
* $Revision: 1.32 $
|
2005-09-08 19:42:03 -05:00
|
|
|
*
|
2008-04-10 03:46:54 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2005-09-08 19:42:03 -05:00
|
|
|
*
|
2008-04-10 03:46:54 -05: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-08 19:42:03 -05:00
|
|
|
*
|
2008-04-10 03:46:54 -05: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-08 19:42:03 -05:00
|
|
|
*
|
2008-04-10 03:46:54 -05: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-08 19:42:03 -05:00
|
|
|
*
|
2004-02-05 11:10:37 -06:00
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
|
|
|
#ifdef UNX
|
2006-12-12 09:18:23 -06:00
|
|
|
#ifndef SYSTEM_ICU
|
2004-02-05 11:10:37 -06:00
|
|
|
|
2006-12-21 07:00:12 -06:00
|
|
|
Shortcut gid_Shortcut_Lib_Icudata
|
2004-02-05 11:10:37 -06:00
|
|
|
FileID = gid_File_Lib_Icudata;
|
2009-08-25 08:07:56 -05:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 11:10:37 -06:00
|
|
|
Name = STRING(CONCAT5(libicudata,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
|
2008-04-15 04:47:08 -05:00
|
|
|
Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
|
|
|
|
2006-12-21 07:00:12 -06:00
|
|
|
Shortcut gid_Shortcut_Lib_Icui18n
|
2004-02-05 11:10:37 -06:00
|
|
|
FileID = gid_File_Lib_Icui18n;
|
2009-08-25 08:07:56 -05:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 11:10:37 -06:00
|
|
|
Name = STRING(CONCAT5(libicui18n,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
|
2008-04-15 04:47:08 -05:00
|
|
|
Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
|
|
|
|
2006-12-21 07:00:12 -06:00
|
|
|
Shortcut gid_Shortcut_Lib_Icule
|
2004-02-05 11:10:37 -06:00
|
|
|
FileID = gid_File_Lib_Icule;
|
2009-08-25 08:07:56 -05:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 11:10:37 -06:00
|
|
|
Name = STRING(CONCAT5(libicule,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
|
2008-04-15 04:47:08 -05:00
|
|
|
Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
|
|
|
|
2006-12-21 07:00:12 -06:00
|
|
|
Shortcut gid_Shortcut_Lib_Icuuc
|
2004-02-05 11:10:37 -06:00
|
|
|
FileID = gid_File_Lib_Icuuc;
|
2009-08-25 08:07:56 -05:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 11:10:37 -06:00
|
|
|
Name = STRING(CONCAT5(libicuuc,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
|
2008-04-15 04:47:08 -05:00
|
|
|
Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
|
|
|
|
2006-12-12 09:18:23 -06:00
|
|
|
#endif
|
2009-08-17 09:12:14 -05:00
|
|
|
|
|
|
|
Shortcut gid_Shortcut_Lib_Graphite_0
|
|
|
|
FileID = gid_File_Lib_Graphite;
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = STRING(CONCAT2(libgraphite,UNXSUFFIX));
|
|
|
|
Styles = (NETWORK,RELATIVE);
|
|
|
|
End
|
|
|
|
|
|
|
|
Shortcut gid_Shortcut_Lib_Graphite_1
|
|
|
|
FileID = gid_File_Lib_Graphite;
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = STRING(CONCAT4(libgraphite,UNXSUFFIX,.,3));
|
|
|
|
Styles = (NETWORK,RELATIVE);
|
|
|
|
End
|
|
|
|
|
|
|
|
Shortcut gid_Shortcut_Lib_Graphite_2
|
|
|
|
FileID = gid_File_Lib_Graphite;
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = STRING(CONCAT4(libgraphite,UNXSUFFIX,.,3.0));
|
|
|
|
Styles = (NETWORK,RELATIVE);
|
|
|
|
End
|
|
|
|
|
2004-02-05 11:10:37 -06:00
|
|
|
#endif
|
|
|
|
|
2005-04-27 02:53:55 -05:00
|
|
|
#ifdef MACOSX
|
|
|
|
|
|
|
|
Shortcut gid_Shortcut_Lib_Hsqldb_2
|
|
|
|
FileID = gid_File_Lib_Hsqldb_2;
|
2009-08-25 08:07:56 -05:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-08-19 04:37:00 -05:00
|
|
|
Name = "libhsqldb.jnilib";
|
2005-04-27 02:53:55 -05:00
|
|
|
Styles = (NETWORK, RELATIVE);
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//i44154 -end-
|