1/************************************************************************* 2* 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26************************************************************************/ 27 28#include "macros.inc" 29 30#ifdef UNX 31#ifndef SYSTEM_ICU 32 33Shortcut gid_Shortcut_Lib_Icudata 34 FileID = gid_File_Lib_Icudata; 35 Dir = SCP2_OOO_BIN_DIR; 36 Name = STRING(CONCAT5(libicudata,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR)); 37 Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE); 38End 39 40Shortcut gid_Shortcut_Lib_Icui18n 41 FileID = gid_File_Lib_Icui18n; 42 Dir = SCP2_OOO_BIN_DIR; 43 Name = STRING(CONCAT5(libicui18n,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR)); 44 Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE); 45End 46 47Shortcut gid_Shortcut_Lib_Icule 48 FileID = gid_File_Lib_Icule; 49 Dir = SCP2_OOO_BIN_DIR; 50 Name = STRING(CONCAT5(libicule,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR)); 51 Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE); 52End 53 54Shortcut gid_Shortcut_Lib_Icuuc 55 FileID = gid_File_Lib_Icuuc; 56 Dir = SCP2_OOO_BIN_DIR; 57 Name = STRING(CONCAT5(libicuuc,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR)); 58 Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE); 59End 60 61#endif 62 63Shortcut gid_Shortcut_Lib_Graphite_0 64 FileID = gid_File_Lib_Graphite; 65 Dir = gid_Dir_Program; 66 Name = STRING(CONCAT2(libgraphite,UNXSUFFIX)); 67 Styles = (NETWORK,RELATIVE); 68End 69 70Shortcut gid_Shortcut_Lib_Graphite_1 71 FileID = gid_File_Lib_Graphite; 72 Dir = gid_Dir_Program; 73 Name = STRING(CONCAT4(libgraphite,UNXSUFFIX,.,3)); 74 Styles = (NETWORK,RELATIVE); 75End 76 77Shortcut gid_Shortcut_Lib_Graphite_2 78 FileID = gid_File_Lib_Graphite; 79 Dir = gid_Dir_Program; 80 Name = STRING(CONCAT4(libgraphite,UNXSUFFIX,.,3.0)); 81 Styles = (NETWORK,RELATIVE); 82End 83 84#endif 85 86#ifdef MACOSX 87 88Shortcut gid_Shortcut_Lib_Hsqldb_2 89 FileID = gid_File_Lib_Hsqldb_2; 90 Dir = SCP2_OOO_BIN_DIR; 91 Name = "libhsqldb.jnilib"; 92 Styles = (NETWORK, RELATIVE); 93End 94 95Shortcut gid_Shortcut_Lib_Libcroco 96 FileID = gid_File_Lib_Libcroco; 97 Dir = SCP2_OOO_BIN_DIR; 98 Name = "libcroco-0.6.3.dylib"; 99 Styles = (NETWORK, RELATIVE); 100End 101 102#endif 103 104//i44154 -end- 105