update ooo310-m15
[ooovba.git] / scp2 / source / ooo / shortcut_ooo.scp
blob6d0d12f6a879f7551dd69deaebd0f9a673de212b
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 #ifndef SYSTEM_LIBXSLT
34 #ifdef UNX
36 Shortcut gid_Shortcut_Lib_Xslt
37     FileID = gid_File_Lib_Xslt;
38     Dir = gid_Dir_Program;
39 #ifdef MACOSX
40     Name = STRING(CONCAT4(libxslt,.,LIBXSLT_MAJOR,UNXSUFFIX));
41 #else
42     Name = STRING(CONCAT4(libxslt,UNXSUFFIX,.,LIBXSLT_MAJOR));
43 #endif
44     Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
45 End
47 #endif
49 #ifdef UNX
51 Shortcut gid_Shortcut_Lib_Xslt_2
52     ShortcutID = gid_Shortcut_Lib_Xslt;
53     Dir = gid_Dir_Program;
54     Name = STRING(CONCAT2(libxslt,UNXSUFFIX));
55     Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
56 End
58 #endif
59 #endif
61 #ifndef SYSTEM_CURL
63 #ifdef UNX
65 Shortcut gid_Shortcut_Lib_Curl_0
66     FileID = gid_File_Lib_Curl;
67     Dir = gid_Dir_Program;
68     Name = STRING(CONCAT2(libcurl,UNXSUFFIX));
69     Styles = (NETWORK,RELATIVE);
70 End
72 #endif
74 #ifdef UNX
76 Shortcut gid_Shortcut_Lib_Curl_1
77     FileID = gid_File_Lib_Curl;
78     Dir = gid_Dir_Program;
79     Name = STRING(CONCAT4(libcurl,UNXSUFFIX,.,CURL_MAJOR));
80     Styles = (NETWORK,RELATIVE);
81 End
83 #endif
85 #endif
87 #ifdef UNX
88 #ifndef SYSTEM_ICU
90 Shortcut gid_Shortcut_Lib_Icudata
91     FileID = gid_File_Lib_Icudata;
92     Dir = gid_Dir_Program;
93     Name = STRING(CONCAT5(libicudata,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
94     Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
95 End
97 Shortcut gid_Shortcut_Lib_Icui18n
98     FileID = gid_File_Lib_Icui18n;
99     Dir = gid_Dir_Program;
100     Name = STRING(CONCAT5(libicui18n,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
101     Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
104 Shortcut gid_Shortcut_Lib_Icule
105     FileID = gid_File_Lib_Icule;
106     Dir = gid_Dir_Program;
107     Name = STRING(CONCAT5(libicule,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
108     Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
111 Shortcut gid_Shortcut_Lib_Icuuc
112     FileID = gid_File_Lib_Icuuc;
113     Dir = gid_Dir_Program;
114     Name = STRING(CONCAT5(libicuuc,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
115     Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
118 #endif
119 #endif
121 #ifdef MACOSX
123 Shortcut gid_Shortcut_Lib_Hsqldb_2
124     FileID = gid_File_Lib_Hsqldb_2;
125     Dir = gid_Dir_Program;
126     Name = "libhsqldb.jnilib";
127     Styles = (NETWORK, RELATIVE);
130 #endif
132 //i44154 -end-
134 #ifndef SYSTEM_REDLAND
135 #ifdef UNX
136 Shortcut gid_Shortcut_Lib_Raptor_1
137     FileID = gid_File_Lib_Raptor;
138     Dir = gid_Dir_Program;
139 #ifdef MACOSX
140     Name = STRING(CONCAT4(libraptor,.,RAPTOR_MAJOR,UNXSUFFIX));
141 #else
142     Name = STRING(CONCAT4(libraptor,UNXSUFFIX,.,RAPTOR_MAJOR));
143 #endif
144     Styles = (RELATIVE);
146 #endif
148 #ifdef UNX
149 Shortcut gid_Shortcut_Lib_Raptor_2
150     ShortcutID = gid_Shortcut_Lib_Raptor_1;
151     Dir = gid_Dir_Program;
152     Name = STRING(CONCAT2(libraptor,UNXSUFFIX));
153     Styles = (RELATIVE);
155 #endif
157 #ifdef UNX
158 Shortcut gid_Shortcut_Lib_Rasqal_1
159     FileID = gid_File_Lib_Rasqal;
160     Dir = gid_Dir_Program;
161 #ifdef MACOSX
162     Name = STRING(CONCAT4(librasqal,.,RASQAL_MAJOR,UNXSUFFIX));
163 #else
164     Name = STRING(CONCAT4(librasqal,UNXSUFFIX,.,RASQAL_MAJOR));
165 #endif
166     Styles = (RELATIVE);
168 #endif
170 #ifdef UNX
171 Shortcut gid_Shortcut_Lib_Rasqal_2
172     ShortcutID = gid_Shortcut_Lib_Rasqal_1;
173     Dir = gid_Dir_Program;
174     Name = STRING(CONCAT2(librasqal,UNXSUFFIX));
175     Styles = (RELATIVE);
177 #endif
179 #ifdef UNX
180 Shortcut gid_Shortcut_Lib_Rdf_1
181     FileID = gid_File_Lib_Rdf;
182     Dir = gid_Dir_Program;
183 #ifdef MACOSX
184     Name = STRING(CONCAT4(librdf,.,REDLAND_MAJOR,UNXSUFFIX));
185 #else
186     Name = STRING(CONCAT4(librdf,UNXSUFFIX,.,REDLAND_MAJOR));
187 #endif
188     Styles = (RELATIVE);
190 #endif
192 #ifdef UNX
193 Shortcut gid_Shortcut_Lib_Rdf_2
194     ShortcutID = gid_Shortcut_Lib_Rdf_1;
195     Dir = gid_Dir_Program;
196     Name = STRING(CONCAT2(librdf,UNXSUFFIX));
197     Styles = (RELATIVE);
199 #endif
200 #endif // SYSTEM_REDLAND