xref: /trunk/main/scp2/source/ooo/ure_into_ooo.scp (revision 910823ae)
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#ifndef MACOSX
29    ParentID = gid_Dir_Brand_Root;
30#else
31    ParentID = gid_Dir_Bundle_Contents
32#endif
33    HostName = "program";
34    Styles = (UREDIRECTORY);
35End
36
37//#ifndef MACOSX
38//Directory gid_Dir_Common_Ure
39// #if defined(WNT) || defined(OS2)
40//   ParentID = gid_Dir_Brand_Root;
41// #else
42//   ParentID = gid_Dir_Ooo_Openofficeorg;
43//  #endif
44//  #if defined(WNT) || defined(OS2)
45//    HostName = "URE";
46//  #else
47//    HostName = "ure";
48//  #endif
49//    Styles = (UREDIRECTORY);
50//End
51//#endif
52
53//#if defined(WNT) || defined(OS2)
54//File gid_File_UreLink
55//    TXT_FILE_BODY;
56//    Dir = gid_Dir_Ooo_Basis;
57//    Name = "ure-link";
58//    Styles = (PACKED);
59//End
60//#elif defined MACOSX
61//Directory gid_Dir_UreLink
62//    ParentID = gid_Brand_Dir_BasisLink;
63//    DosName = "ure-link";
64//End
65//#else
66//Unixlink gid_Unixlink_UreLink
67//   BIN_FILE_BODY;
68//    Styles = ();
69//    // Styles = (LAYERLINK);
70//    Name = "ure-link";
71//    Dir = gid_Dir_Ooo_Basis;
72//    Target = "../ure";
73//End
74//#endif
75