fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / ooo / scpaction_ooo.scp
blobc84f4a99485736a83d73e3953ca3a8f2acaabda3
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 #ifdef MACOSX
22 ScpAction scp_Copy_Thirdpartylicense_Readme_Html
23     Copy = "LICENSE.html";
24     Name= "LICENSE.html";
25     Subdir = "LICENSEs";
26 End
27 #endif
29 #ifndef WNT
30 ScpAction scp_Copy_Readme_Txt
31   #ifdef UNX
32     README_ALL_LANG(Copy, README);
33     README_ALL_LANG(Name, README);
34   #else
35     README_TXT_ALL_LANG(Copy, readme, txt);
36     README_TXT_ALL_LANG(Name, readme, txt);
37   #endif
38     Styles = (SCPZIP_REPLACE);
39   #ifndef MACOSX
40     Subdir = "readmes";
41   #else
42     Subdir = "READMEs";
43   #endif
44 End
45 #endif
47 #if !defined(WNT) && !defined(MACOSX) && defined(WITH_RPM)
48 ScpAction scp_Copy_Install
49     Copy = "scripts/install";
50     Name = "install";
51     UnixRights = 755;
52 End
53 #endif
55 #if defined(WNT) && defined(_gcc3)
56 #if defined(MINGW_GCCDLL)
57 ScpAction SCP_COPY_MINGW_GCCS
58     Copy = MINGW_GCCDLL;
59     Name = MINGW_GCCDLL;
60 End
61 #endif
62 #if defined(MINGW_GXXDLL)
63 ScpAction SCP_COPY_MINGW_STDCPP
64     Copy = MINGW_GXXDLL;
65     Name = MINGW_GXXDLL;
66 End
67 #endif
68 #endif
70 #ifdef MACOSX
71 ScpAction scp_Copy_Dmg_Background_Image
72     Copy = "osxdndinstall.png";
73     Name = "background.png";
74     UnixRights = 444;
75     Styles = ();
76     Subdir = ".background";
77 End
79 ScpAction scp_Copy_Ds_Store
80     Copy = "DS_Store";
81     DevVersionCopy = "DS_Store_Dev";
82     LangPackCopy = "DS_Store_Langpack";
83     PatchCopy = "DS_Store_Patch";
84     Name = ".DS_Store";
85     UnixRights = 444;
86     Styles = (FORCELANGUAGEPACK);
87 End
88 #endif