fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / ooo / file_library_ooo.scp
bloba71dff4259c2dc04aef90c603570e942ca8e8fdb
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 #include "macros.inc"
29 #if defined _MSC_VER
31 File gid_File_Lib_Cli_Oootypes_Assembly
32     TXT_FILE_BODY;
33     Styles = (PACKED, ASSEMBLY);
34     Name = "cli_oootypes.dll";
35     Dir = gid_Brand_Dir_Program;
36     Assemblyname = "cli_oootypes";
37     PublicKeyToken = "ce2cb7e279207b9e";
38     Version = "${CLI_OOOTYPES_NEW_VERSION}";
39     Culture = "neutral";
40     Attributes = "0";
41     ProcessorArchitecture = "MSIL";
42 End
44 #endif
46 #if defined _MSC_VER
47 File gid_File_Lib_Policy_Cli_Oootypes_Assembly
48     TXT_FILE_BODY;
49     Styles = (PACKED, ASSEMBLY);
50     Name = "${CLI_OOOTYPES_POLICY_ASSEMBLY}.dll";
51     Dir = gid_Brand_Dir_Program;
52     Assemblyname = "${CLI_OOOTYPES_POLICY_ASSEMBLY}";
53     PublicKeyToken = "ce2cb7e279207b9e";
54     Version = "${CLI_OOOTYPES_POLICY_VERSION}";
55     Culture = "neutral";
56     Attributes = "0";
57     ProcessorArchitecture = "MSIL";
58 End
60 #endif
62 #if defined _MSC_VER
64 File gid_File_Lib_Policy_Cli_Oootypes_Config
65     TXT_FILE_BODY;
66     Styles = (PACKED, ASSIGNCOMPOMENT);
67     Name = "cli_oootypes.config";
68     Dir = gid_Brand_Dir_Program;
69     AssignComponent = gid_File_Lib_Policy_Cli_Oootypes_Assembly;
70 End
72 #endif
74 #if defined WNT && !defined _gcc3 && defined WITH_MOZAB4WIN
75         // see common_brand.scp gid_Brand_File_Lib_Msvcp80 and
76         // gid_Brand_File_Lib_Msvcr80
77 File gid_File_Moz_Msvcp80
78     LIB_FILE_BODY;
79     Dir = SCP2_OOO_BIN_DIR;
80     Name = SCP2_URE_DL_NORMAL("msvcp80");
81     Styles = (PACKED);
82 End
83 File gid_File_Moz_Msvcr80
84     LIB_FILE_BODY;
85     Dir = SCP2_OOO_BIN_DIR;
86     Name = SCP2_URE_DL_NORMAL("msvcr80");
87     Styles = (PACKED);
88 End
89 File gid_File_Moz_Msvc80crt_Manifest
90     BIN_FILE_BODY;
91     Styles = (PACKED);
92     Dir = gid_Brand_Dir_Program;
93     Name = "Microsoft.VC80.CRT.manifest";
94 End
95 #endif