summaryrefslogtreecommitdiff
path: root/scp2/source/stdlibs
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/stdlibs')
-rw-r--r--scp2/source/stdlibs/file_stdlibs.scp39
-rw-r--r--scp2/source/stdlibs/module_stdlibs.scp24
-rw-r--r--scp2/source/stdlibs/module_stdlibs.ulf13
3 files changed, 0 insertions, 76 deletions
diff --git a/scp2/source/stdlibs/file_stdlibs.scp b/scp2/source/stdlibs/file_stdlibs.scp
deleted file mode 100644
index 9a92188f3a92..000000000000
--- a/scp2/source/stdlibs/file_stdlibs.scp
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#include "macros.inc"
-
-#if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
- || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(DRAGONFLY))
-File gid_File_Dl_GccS
- LIB_FILE_BODY;
- Dir = SCP2_URE_DL_DIR;
-#ifdef AIX
- Name = "libgcc_s.a";
-#else
- Name = SCP2_URE_DL_VER("gcc_s", STRING(SHORTSTDC3));
-#endif
- Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
- // CompID = "C601D04B-2194-4F1B-BB09-7B4930D6E1DB";
-End
-#endif
-
-#if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
- || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(DRAGONFLY))
-File gid_File_Dl_Stdcpp
- Dir = SCP2_URE_DL_DIR;
- LIB_FILE_BODY;
-#ifdef AIX
- Name = "libstdc++.a";
-#else
- Name = SCP2_URE_DL_VER("stdc++", STRING(SHORTSTDCPP3));
-#endif
- Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
- // CompID = "89740D6A-38EE-41AF-A6A2-A8F7ABBE4996";
-End
-#endif
diff --git a/scp2/source/stdlibs/module_stdlibs.scp b/scp2/source/stdlibs/module_stdlibs.scp
deleted file mode 100644
index 9bb86a7e9c95..000000000000
--- a/scp2/source/stdlibs/module_stdlibs.scp
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#include "macros.inc"
-
-Module gid_Module_Optional_Stdlibs
- ParentID = gid_Module_Root;
- Default = NO;
- PackageInfo = "packinfo_ure.txt";
- MOD_NAME_DESC(MODULE_OPTIONAL_STDLIBS);
- Styles = ();
- Files = (
-#if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
- || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(DRAGONFLY))
- gid_File_Dl_GccS,
- gid_File_Dl_Stdcpp
-#endif
- );
-End
diff --git a/scp2/source/stdlibs/module_stdlibs.ulf b/scp2/source/stdlibs/module_stdlibs.ulf
deleted file mode 100644
index a0a80ca9d8f7..000000000000
--- a/scp2/source/stdlibs/module_stdlibs.ulf
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-[STR_NAME_MODULE_OPTIONAL_STDLIBS]
-en-US = "Standard Compiler Libraries"
-
-[STR_DESC_MODULE_OPTIONAL_STDLIBS]
-en-US = "libstdc++ and libgcc_s for too old Linux systems."