xref: /trunk/main/scp2/source/ooo/shortcut_ooo.scp (revision 022bd5b42733e906eae05c77ae2dfbe09e67fca5)
1*022bd5b4SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*022bd5b4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*022bd5b4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*022bd5b4SAndrew Rist * distributed with this work for additional information
6*022bd5b4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*022bd5b4SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*022bd5b4SAndrew Rist * "License"); you may not use this file except in compliance
9*022bd5b4SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*022bd5b4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*022bd5b4SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*022bd5b4SAndrew Rist * software distributed under the License is distributed on an
15*022bd5b4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*022bd5b4SAndrew Rist * KIND, either express or implied.  See the License for the
17*022bd5b4SAndrew Rist * specific language governing permissions and limitations
18*022bd5b4SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*022bd5b4SAndrew Rist *************************************************************/
21*022bd5b4SAndrew Rist
22*022bd5b4SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "macros.inc"
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifdef UNX
27cdf0e10cSrcweir#ifndef SYSTEM_ICU
28cdf0e10cSrcweir
29cdf0e10cSrcweirShortcut gid_Shortcut_Lib_Icudata
30cdf0e10cSrcweir    FileID = gid_File_Lib_Icudata;
31cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
32cdf0e10cSrcweir    Name = STRING(CONCAT5(libicudata,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
33cdf0e10cSrcweir    Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
34cdf0e10cSrcweirEnd
35cdf0e10cSrcweir
36cdf0e10cSrcweirShortcut gid_Shortcut_Lib_Icui18n
37cdf0e10cSrcweir    FileID = gid_File_Lib_Icui18n;
38cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
39cdf0e10cSrcweir    Name = STRING(CONCAT5(libicui18n,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
40cdf0e10cSrcweir    Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
41cdf0e10cSrcweirEnd
42cdf0e10cSrcweir
43cdf0e10cSrcweirShortcut gid_Shortcut_Lib_Icule
44cdf0e10cSrcweir    FileID = gid_File_Lib_Icule;
45cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
46cdf0e10cSrcweir    Name = STRING(CONCAT5(libicule,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
47cdf0e10cSrcweir    Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
48cdf0e10cSrcweirEnd
49cdf0e10cSrcweir
50cdf0e10cSrcweirShortcut gid_Shortcut_Lib_Icuuc
51cdf0e10cSrcweir    FileID = gid_File_Lib_Icuuc;
52cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
53cdf0e10cSrcweir    Name = STRING(CONCAT5(libicuuc,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
54cdf0e10cSrcweir    Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
55cdf0e10cSrcweirEnd
56cdf0e10cSrcweir
57cdf0e10cSrcweir#endif
58cdf0e10cSrcweir
59cdf0e10cSrcweirShortcut gid_Shortcut_Lib_Graphite_0
60cdf0e10cSrcweir    FileID = gid_File_Lib_Graphite;
61cdf0e10cSrcweir    Dir = gid_Dir_Program;
62cdf0e10cSrcweir    Name = STRING(CONCAT2(libgraphite,UNXSUFFIX));
63cdf0e10cSrcweir    Styles = (NETWORK,RELATIVE);
64cdf0e10cSrcweirEnd
65cdf0e10cSrcweir
66cdf0e10cSrcweirShortcut gid_Shortcut_Lib_Graphite_1
67cdf0e10cSrcweir    FileID = gid_File_Lib_Graphite;
68cdf0e10cSrcweir    Dir = gid_Dir_Program;
69cdf0e10cSrcweir    Name = STRING(CONCAT4(libgraphite,UNXSUFFIX,.,3));
70cdf0e10cSrcweir    Styles = (NETWORK,RELATIVE);
71cdf0e10cSrcweirEnd
72cdf0e10cSrcweir
73cdf0e10cSrcweirShortcut gid_Shortcut_Lib_Graphite_2
74cdf0e10cSrcweir    FileID = gid_File_Lib_Graphite;
75cdf0e10cSrcweir    Dir = gid_Dir_Program;
76cdf0e10cSrcweir    Name = STRING(CONCAT4(libgraphite,UNXSUFFIX,.,3.0));
77cdf0e10cSrcweir    Styles = (NETWORK,RELATIVE);
78cdf0e10cSrcweirEnd
79cdf0e10cSrcweir
80cdf0e10cSrcweir#endif
81cdf0e10cSrcweir
82cdf0e10cSrcweir#ifdef MACOSX
83cdf0e10cSrcweir
84cdf0e10cSrcweirShortcut gid_Shortcut_Lib_Hsqldb_2
85cdf0e10cSrcweir    FileID = gid_File_Lib_Hsqldb_2;
86cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
87cdf0e10cSrcweir    Name = "libhsqldb.jnilib";
88cdf0e10cSrcweir    Styles = (NETWORK, RELATIVE);
89cdf0e10cSrcweirEnd
90cdf0e10cSrcweir
91cdf0e10cSrcweir#endif
92cdf0e10cSrcweir
93cdf0e10cSrcweir//i44154 -end-
94