# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2011 Peter Foley (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,macab1)) $(eval $(call gb_Library_set_componentfile,macab1,connectivity/source/drivers/macab/macab1)) $(eval $(call gb_Library_use_sdk_api,macab1)) $(eval $(call gb_Library_use_libraries,macab1,\ cppu \ cppuhelper \ dbtools \ sal \ salhelper \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_include,macab1,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ )) $(eval $(call gb_Library_add_exception_objects,macab1,\ connectivity/source/drivers/macab/MacabDriver \ connectivity/source/drivers/macab/MacabServices \ )) # vim: set noet sw=4 ts=4: option value='distro/cib/libreoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/onlineupdate
AgeCommit message (Expand)Author
2019-08-12Fix typosAndrea Gelmini
2019-07-23Fix typosAndrea Gelmini
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann
2019-04-04Drop UNICODE/_UNICODE definesMike 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