# -*- 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) 2012 Matúš Kukan (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,ucpcmis1)) $(eval $(call gb_Library_set_componentfile,ucpcmis1,ucb/source/ucp/cmis/ucpcmis1)) $(eval $(call gb_Library_use_api,ucpcmis1,\ offapi \ udkapi \ )) $(eval $(call gb_Library_use_libraries,ucpcmis1,\ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ tl \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_use_externals,ucpcmis1,\ cmis \ curl \ libxml2 \ boostdatetime \ )) $(eval $(call gb_Library_add_exception_objects,ucpcmis1,\ ucb/source/ucp/cmis/cmis_content \ ucb/source/ucp/cmis/cmis_datasupplier \ ucb/source/ucp/cmis/cmis_provider \ ucb/source/ucp/cmis/cmis_resultset \ ucb/source/ucp/cmis/cmis_url \ )) # vim: set noet sw=4 ts=4: distro/cib/libreoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Expand)Author
2016-05-30Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales
2016-05-25-Werror,-Wunused-macrosStephan Bergmann
2016-05-25-Werror,-Wunused-macrosStephan Bergmann
2016-05-24Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales
2016-05-24Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales
2016-05-24Work towards tdf#72606skswales
2016-05-09Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-09tdf#82335 Register Libreoffice for Kingsoft file typesJaskaran
2016-02-29scp2: move scp2 classification package to AutoInstallMiklos Vajna
2016-02-22sfx2 classification: include example XML in the instsetMiklos Vajna
2016-02-09Remove excess newlinesChris Sherlock
2016-01-19lokdocview: Add scp files for selection handle PNGsPranav Kant
2016-01-19Silence -Werror=nonnull (GCC 6)Stephan Bergmann
2016-01-08Bump copyright year to 2016Adolfo Jayme Barrientos
2015-12-13cppcheck: fix memleak in win32/wintools/msidb/msidb.cJulien Nabet
2015-11-18-Werror,-Wwritable-stringsStephan Bergmann
2015-11-18-Werror,-Wwritable-stringsStephan Bergmann
2015-11-18-Werror,-Wunused-internal-declarationStephan Bergmann
2015-11-18-Werror,-Wunused-functionStephan Bergmann
2015-11-17remove vestigial Adabas D references in tests etc.Michael Stahl
2015-10-17deb system integration postinst and postrm scripts are not needed hereAndras Timar
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen
2015-09-03setup_native: Add vcruntime and libucrt on MSVC 14.0David Ostrovsky
2015-07-24update branding for 5.0Christian Lohmaier