# -*- 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,log)) $(eval $(call gb_Library_set_componentfile,log,extensions/source/logging/log)) $(eval $(call gb_Library_use_external,log,boost_headers)) $(eval $(call gb_Library_use_sdk_api,log)) $(eval $(call gb_Library_add_exception_objects,log,\ extensions/source/logging/consolehandler \ extensions/source/logging/csvformatter \ extensions/source/logging/filehandler \ extensions/source/logging/log_services \ extensions/source/logging/log_module \ extensions/source/logging/logger \ extensions/source/logging/loggerconfig \ extensions/source/logging/loghandler \ extensions/source/logging/logrecord \ extensions/source/logging/plaintextformatter \ )) $(eval $(call gb_Library_use_libraries,log,\ comphelper \ cppuhelper \ cppu \ sal \ tl \ $(gb_UWINAPI) \ )) # vim:set noet sw=4 ts=4: istro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/librelogo
AgeCommit message (Expand)Author
2017-04-12enum spelling: throught -> throughJustin Luth
2017-03-29Wrong Unicode character referenceAdolfo Jayme Barrientos
2017-03-02Fix typosAndrea Gelmini
2016-11-27tdf#101603: fix lgnpath for MacOs in LibreLogoJulien Nabet
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
2016-07-18Resolves: tdf#100941 LibreLogo: replace literal '\n' with newlineTakeshi Abe
2015-08-18fix broken PICTURE (group handling) of LibreLogoLászló Németh
2015-07-02Related: tdf#92287 Add LibreLogo Tango icons for future useAdolfo Jayme Barrientos
2015-07-02tdf#92287: Store the Breeze icons for LibreLogo in a subdir.Jan Holesovsky
2015-07-02Revert "Related: tdf#92287 Breeze: change LogoToolbar icons into breeze icons"Jan Holesovsky
2015-07-02Related: tdf#92287 Breeze: change LogoToolbar icons into breeze iconsandreask
2015-06-27tdf#92368 fix saved positions of arcs, segments drawn by LibreLogoLászló Németh
2015-05-18LibreLogo: CLOSE closes, FILL fills points, tooLászló Németh
2015-04-20tdf#90723 LibreLogo: missing oldlcap initializationLászló Németh
2014-11-10avoid exceeding commandline limitsChristian Lohmaier
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist