Kaydet (Commit) 03420d69 authored tarafından Matúš Kukan's avatar Matúš Kukan

scp2: remove unused files

Change-Id: I86d836be85c5d2a2412d5cca2b3a84a2590141ac
üst 6e2d870f
/*
* 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/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "macros.inc"
Module gid_Module_Optional_Sdkoo
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_OPTIONAL_SDKOO );
Sortkey = "630";
ParentID = gid_Module_Optional;
Default = NO;
Files = (
gid_File_Package_odk_bin,
gid_File_Package_odk_cli,
gid_File_Package_odk_config,
gid_File_Package_odk_config_win,
gid_File_Package_odk_config_notwin,
gid_File_Package_odk_docs,
gid_File_Package_odk_html,
gid_File_Package_odk_javadoc,
gid_File_Package_odk_lib,
gid_File_Package_odk_macosx,
gid_File_Package_odk_settings,
gid_File_Package_odk_settings_generated,
gid_File_Package_odk_unowinreg,
gid_File_Zip_doxygen,
gid_File_Zip_Odkexamples,
gid_File_Zip_OdkIdl_udkapi,
gid_File_Zip_OdkIdl_offapi,
gid_File_Zip_uno_loader_classes
);
End
/*
* 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/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
[STR_NAME_MODULE_OPTIONAL_SDKOO]
en-US = "Software Development Kit (SDK)"
[STR_DESC_MODULE_OPTIONAL_SDKOO]
en-US = "The SDK provides all necessary tools, examples and documentation to program with and for the office."
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* 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_Smoketest
PackageInfo = "packinfo_test.txt";
MOD_NAME_DESC ( MODULE_OPTIONAL_SMOKETEST );
Sortkey = "630";
ParentID = gid_Module_Optional;
Default = NO;
Files = (gid_Test_File_Txt_License,
gid_Test_File_Txt_Readme,
gid_Test_File_Misc_Smoketestdoc,
gid_Test_File_Bin_LOSmoketest,
gid_Test_File_Exe_Cppunittester,
gid_Test_File_Lib_Cppunit,
gid_Test_File_Lib_Smoketest,
gid_Test_File_Lib_Test,
gid_Test_File_Lib_Unotest,
gid_Test_File_Lib_Unoexceptionprotector);
End
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* 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_SMOKETEST]
en-US = "%PRODUCTNAME %PRODUCTVERSION Smoketest"
[STR_DESC_MODULE_OPTIONAL_SMOKETEST]
en-US = "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/*
* 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
/*
* 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
/*
* 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."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment