fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / ooo / mingw_dlls.scp
blob0e5491df19deb3df58fd7cb2dbf4d96fa18f2e68
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  */
9 #include "macros.inc"
11 #if defined(WNT) && defined( _gcc3 )
13 File gid_Brand_File_Lib_Mingw_Dlls
14     TXT_FILE_BODY;
15     Dir = FILELIST_DIR;
16     Name = "mingw_dlls.filelist";
17     Styles = (FILELIST, PACKED);
18 End
20 #if defined(MINGW_GCCDLL)
22 File gid_Brand_File_Lib_Mingw_GccS
23     TXT_FILE_BODY;
24     Dir = gid_Brand_Dir_Program;
25     Name = MINGW_GCCDLL;
26     Styles = (PACKED);
27 End
29 #endif
31 #if defined(MINGW_GXXDLL)
33 File gid_Brand_File_Lib_Mingw_Stdcpp
34     TXT_FILE_BODY;
35     Dir = gid_Brand_Dir_Program;
36     Name = MINGW_GXXDLL;
37     Styles = (PACKED);
38 End
40 #endif
42 #endif