xref: /aoo42x/main/scp2/source/ooo/ure_into_ooo.scp (revision d44f38ed)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26#ifndef MACOSX
27Directory gid_Dir_Common_Ure
28  #if defined(WNT) || defined(OS2)
29    ParentID = gid_Dir_Brand_Root;
30  #else
31    ParentID = gid_Dir_Ooo_Openofficeorg;
32  #endif
33  #if defined(WNT) || defined(OS2)
34    HostName = "URE";
35  #else
36    HostName = "ure";
37  #endif
38    Styles = (UREDIRECTORY);
39End
40#endif
41
42#if defined(WNT) || defined(OS2)
43File gid_File_UreLink
44    TXT_FILE_BODY;
45    Dir = gid_Dir_Ooo_Basis;
46    Name = "ure-link";
47    Styles = (PACKED);
48End
49#elif defined MACOSX
50Directory gid_Dir_UreLink
51    ParentID = gid_Brand_Dir_BasisLink;
52    DosName = "ure-link";
53End
54#else
55Unixlink gid_Unixlink_UreLink
56    BIN_FILE_BODY;
57    Styles = ();
58    // Styles = (LAYERLINK);
59    Name = "ure-link";
60    Dir = gid_Dir_Ooo_Basis;
61    Target = "../ure";
62End
63#endif
64