# -*- 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,crashreport)) $(eval $(call gb_Library_set_include,crashreport,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ )) $(eval $(call gb_Library_use_externals,crashreport,\ breakpad \ curl \ )) $(eval $(call gb_Library_add_defs,crashreport,\ -DCRASHREPORT_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_add_libs,crashreport,\ $(if $(filter LINUX %BSD SOLARIS, $(OS)), \ $(UNIX_DLAPI_LIBS) \ ) \ )) $(eval $(call gb_Library_use_sdk_api,crashreport)) $(eval $(call gb_Library_use_custom_headers,crashreport,\ officecfg/registry \ )) $(eval $(call gb_Library_use_libraries,crashreport,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ utl \ )) $(eval $(call gb_Library_add_exception_objects,crashreport,\ desktop/source/app/crashreport \ desktop/source/minidump/minidump \ )) # vim: set ts=4 sw=4 et: ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula/Library_for.mk
AgeCommit message (Expand)Author
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist
2014-11-25Make some methods non-inline, and hide #include <tools/debug.hxx>.Kohei Yoshida
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl
2013-04-30Initial cut on vector formula ref tokens. Not used yet.Kohei Yoshida
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-05new module i18nlangtagEike Rathke
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-11-22AllSettings with LanguageTagEike Rathke
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan