# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # 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/. # $(eval $(call gb_Library_Library,emboleobj)) $(eval $(call gb_Library_set_componentfile,emboleobj,embeddedobj/source/msole/emboleobj$(if $(filter WNT,$(OS)),.windows))) $(eval $(call gb_Library_set_include,emboleobj,\ -I$(SRCDIR)/embeddedobj/source/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_external,emboleobj,boost_headers)) $(eval $(call gb_Library_use_sdk_api,emboleobj)) $(eval $(call gb_Library_use_libraries,emboleobj,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,emboleobj,\ embeddedobj/source/msole/closepreventer \ embeddedobj/source/msole/oleembed \ embeddedobj/source/msole/olemisc \ embeddedobj/source/msole/olepersist \ embeddedobj/source/msole/oleregister \ embeddedobj/source/msole/olevisual \ embeddedobj/source/msole/ownview \ embeddedobj/source/msole/xolefactory \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_libraries,emboleobj,\ embobj \ )) $(eval $(call gb_Library_use_system_win32_libs,emboleobj,\ gdi32 \ ole32 \ oleaut32 \ uuid \ )) $(eval $(call gb_Library_add_exception_objects,emboleobj,\ embeddedobj/source/msole/advisesink \ embeddedobj/source/msole/graphconvert \ embeddedobj/source/msole/olecomponent \ embeddedobj/source/msole/olewrapclient \ embeddedobj/source/msole/xdialogcreator \ )) endif # vim: set noet sw=4 ts=4: stro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2022-02-24Bump macOS build baseline to Xcode 12.5 and macOS 11.0Stephan Bergmann
2022-02-17Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann
2022-02-17Bump Linux Clang baseline to 8.0.1Stephan Bergmann
2022-01-12Bump minimum macOS to 10.13Ilmari Lauhakangas
2021-11-03Bump minimum macOS to 10.12Tor Lillqvist
2021-06-02s/irc.freenode.net/irc.libera.chat/ in README.mdChristian Lohmaier
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2021-04-19Updated README.md filesHossein
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-01-14Bump MSVC baseline to Visual Studio 2019 version 16.5Stephan Bergmann
2020-03-04Bump Windows build baseline to Visual Studio 2019 16.4Stephan Bergmann
2020-02-20Bump macOS build baseline to Xcode 11.3 and macOS 10.14.4Stephan Bergmann
2020-02-06Self-certify LibreOffice licenses as OSI-approvedThorsten Behrens
2019-11-01README: Add Weblate badge for core l10nAdolfo Jayme Barrientos
2019-10-28Android: document one SDK version that worksMiklos Vajna
2019-08-26Android: document one NDK version that worksMiklos Vajna
2019-08-15Fix MSVC version in README.mdStephan Bergmann
2019-06-05baseline is CentOS/RHEL 7 (glibc 2.14 or later)Christian Lohmaier
2018-12-06Bump (Linux) GCC baseline to 7.0.0Stephan Bergmann
2018-12-04Bump (Linux) Clang baseline to 5.0.2Stephan Bergmann
2018-11-28Xcode 9.3 reportedly requires at least macOS 10.13.2Stephan Bergmann
2018-11-27Bump minimum macOS run-time version to 10.10Tor Lillqvist
2018-11-23Bump Xcode baseline to 9.3Stephan Bergmann
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann
2018-10-01Add loplugin:includeform documentationStephan Bergmann
2018-07-12Say VS2017 here, tooTor Lillqvist
2018-06-07Bump iOS SDK version to the current one, 11.4Tor Lillqvist
2018-04-01iOS, bump versionsjan Iversen
2018-02-11Updated links in readme files (https etc.)Ilmari Lauhakangas
2017-12-30iOS, bump version to 11.2jan Iversen
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann
2017-12-19Document that Clang 3.4.2 is known to be too oldStephan Bergmann
2017-11-13iOS, update to version 11.1jan Iversen
2017-11-08README.md: markdown use 4 spaces for list indentationKorrawit Pruegsanusak
2017-11-03loplugin:includeform: document the requirementsMike Kaganski
2017-10-27iOS update to 11.0jan Iversen
2017-10-08iOS, update app to swift 4jan Iversen
2017-10-04iOS, updated README.mdjan Iversen
2017-10-03Update OSX SDK checkingNoel Grandin
2017-09-08Document baselinesJan-Marek Glogowski
2016-10-10README.md: Add CII Best Practices badgeAdolfo Jayme Barrientos
2016-01-20drop basebmp entirely nowCaolán McNamara
2015-11-28README: Describe what LibreOffice is aboutDavid Ostrovsky
2015-05-24README.md: Add a pretty Coverity badgeAdolfo Jayme Barrientos
2015-03-31README.md: framework is not a wrapper around sfx2Michael Stahl
2015-03-22README.Code → README.mdAdolfo Jayme Barrientos