# -*- 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,cmdmail)) $(eval $(call gb_Library_use_sdk_api,cmdmail)) $(eval $(call gb_Library_use_libraries,cmdmail,\ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,cmdmail,shell/source/cmdmail/cmdmail)) $(eval $(call gb_Library_add_exception_objects,cmdmail,\ shell/source/cmdmail/cmdmailentry \ shell/source/cmdmail/cmdmailmsg \ shell/source/cmdmail/cmdmailsuppl \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/filter/Package_docbook.mk
ate?h=libreoffice-6-4-2&id=558956dc811a1f0f07411e348f7081a467bbc3b5'>Drop UNICODE/_UNICODE defines
AgeCommit message (Expand)Author
Mike Kaganski
2019-02-15work around Werror=format-truncation in onlineupdate for nowMarkus Mohrhard
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-18fix off by one errorMarkus Mohrhard
2018-09-10Rename online updater functions and strcmp relpathJan-Marek Glogowski
2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski
2018-03-20updater: Tone down the geekiness in user-facing stringsAdolfo Jayme Barrientos
2018-01-17Blind fixStephan Bergmann
2018-01-16Fix typosAndrea Gelmini
2018-01-16Missing includeStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2017-12-30Updater Icon: Shrink svg fileandreas kainz
2017-11-19Fix typosAndrea Gelmini
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann
2017-09-13onlineupdate: work around GCC7 -Werror=implicit-fallthroughMichael Stahl
2017-08-29update the gtk updater icon with the new updater iconMarkus Mohrhard
2017-08-28update updater iconandreas kainz
2017-08-22updater: store the updater GUI icon on linux in the codeMarkus Mohrhard
2017-08-22updater: get the updater GUI working on LinuxMarkus Mohrhard
2017-08-22updater: fix error in linux part of updater makefilesMarkus Mohrhard
2017-08-21updater: add a way to test the dialog code of the updaterMarkus Mohrhard
2017-08-21updater: always show the updater UIMarkus Mohrhard
2017-08-21updater: set executable type GUI for updater.exeMarkus Mohrhard
2017-08-14updater: reference the correct new static library nameMarkus Mohrhard