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