Update ooo320-m1
[ooovba.git] / scp2 / source / ooo / ure_into_ooo.scp
blob0f5be1aae19bc2c778c61e22b27f0030bf9cb4e4
1 /*************************************************************************
2  *
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: ure_into_ooo.scp,v $
10  * $Revision: 1.5.176.2 $
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 MACOSX
34 Directory gid_Dir_Common_Ure
35   #ifdef WNT
36     ParentID = gid_Dir_Brand_Root;
37   #else
38     ParentID = gid_Dir_Ooo_Openofficeorg;
39   #endif
40   #ifdef WNT
41     HostName = "URE";
42   #else
43     HostName = "ure";
44   #endif
45     Styles = (UREDIRECTORY);
46 End
47 #endif
49 #if defined WNT
50 File gid_File_UreLink
51     TXT_FILE_BODY;
52     Dir = gid_Dir_Ooo_Basis;
53     Name = "ure-link";
54     Styles = (PACKED);
55 End
56 #elif defined MACOSX
57 Directory gid_Dir_UreLink
58     ParentID = gid_Brand_Dir_BasisLink;
59     DosName = "ure-link";
60 End
61 #else
62 Unixlink gid_Unixlink_UreLink
63     BIN_FILE_BODY;
64     Styles = ();
65     // Styles = (LAYERLINK);
66     Name = "ure-link";
67     Dir = gid_Dir_Ooo_Basis;
68     Target = "../ure";
69 End
70 #endif