bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / stdlibs / file_stdlibs.scp
blob9a92188f3a921ee4fcb35f60b9cceea0ace4cd54
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 _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
12         || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(DRAGONFLY))
13 File gid_File_Dl_GccS
14     LIB_FILE_BODY;
15     Dir = SCP2_URE_DL_DIR;
16 #ifdef AIX
17     Name = "libgcc_s.a";
18 #else
19     Name = SCP2_URE_DL_VER("gcc_s", STRING(SHORTSTDC3));
20 #endif
21     Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
22     // CompID = "C601D04B-2194-4F1B-BB09-7B4930D6E1DB";
23 End
24 #endif
26 #if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
27         || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(DRAGONFLY))
28 File gid_File_Dl_Stdcpp
29     Dir = SCP2_URE_DL_DIR;
30     LIB_FILE_BODY;
31 #ifdef AIX
32     Name = "libstdc++.a";
33 #else
34     Name = SCP2_URE_DL_VER("stdc++", STRING(SHORTSTDCPP3));
35 #endif
36     Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
37     // CompID = "89740D6A-38EE-41AF-A6A2-A8F7ABBE4996";
38 End
39 #endif