# -*- 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,ucpdav1)) $(eval $(call gb_Library_set_componentfile,ucpdav1,ucb/source/ucp/webdav-neon/ucpdav1)) $(eval $(call gb_Library_use_sdk_api,ucpdav1)) $(eval $(call gb_Library_use_libraries,ucpdav1,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,ucpdav1,\ boost_headers \ libxml2 \ neon \ openssl \ )) $(eval $(call gb_Library_add_exception_objects,ucpdav1,\ ucb/source/ucp/webdav-neon/ContentProperties \ ucb/source/ucp/webdav-neon/DateTimeHelper \ ucb/source/ucp/webdav-neon/DAVProperties \ ucb/source/ucp/webdav-neon/DAVResourceAccess \ ucb/source/ucp/webdav-neon/DAVSessionFactory \ ucb/source/ucp/webdav-neon/LinkSequence \ ucb/source/ucp/webdav-neon/LockEntrySequence \ ucb/source/ucp/webdav-neon/LockSequence \ ucb/source/ucp/webdav-neon/NeonHeadRequest \ ucb/source/ucp/webdav-neon/NeonInputStream \ ucb/source/ucp/webdav-neon/NeonLockStore \ ucb/source/ucp/webdav-neon/NeonPropFindRequest \ ucb/source/ucp/webdav-neon/NeonSession \ ucb/source/ucp/webdav-neon/NeonUri \ ucb/source/ucp/webdav-neon/UCBDeadPropertyValue \ ucb/source/ucp/webdav-neon/webdavcontentcaps \ ucb/source/ucp/webdav-neon/webdavcontent \ ucb/source/ucp/webdav-neon/webdavdatasupplier \ ucb/source/ucp/webdav-neon/webdavprovider \ ucb/source/ucp/webdav-neon/webdavresultset \ ucb/source/ucp/webdav-neon/webdavservices \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,ucpdav1,\ ws2_32 \ )) endif ifeq ($(OS),SOLARIS) $(eval $(call gb_Library_add_libs,ucpdav1,\ -ldl \ -lnsl \ -lsocket \ )) endif # vim: set noet sw=4 ts=4: ibreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/config_host.mk.in
AgeCommit message (Expand)Author
2018-08-02KF5_HAVE_GLIB etc. are apparently unusedStephan Bergmann
2018-08-02WITH_HELPPACK_INTEGRATION is no longer substitutedStephan Bergmann
2018-08-02ALLOC is no longer substitutedStephan Bergmann
2018-07-04add --enable-gdb-index for --gdb-index from gold/lldLuboš Luňák
2018-07-04add configure option --enable-ld to use GNU gold or LLVM lldLuboš Luňák
2018-07-04add --enable-split-debug for -gsplit-dwarfLuboš Luňák
2018-06-13Respect --bindir..orbea
2018-05-29add --enable-build-opensymbol option to build opens___.ttf from sourceRene Engelhard
2018-05-23remove Linux ("UNX") systray "Quickstarter"Rene Engelhard
2018-05-04actually export SYSTEM_LIBNUMBERTEXT_DATA in config_host.mkRene Engelhard
2018-05-03fix system-libnumbertext buildRene Engelhard
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh
2018-04-25Install UCRT from MSUs, not using nested VC Redist installMike Kaganski
2018-04-20Remove unused HELP_COMMON_ONLYStephan Bergmann
2018-04-18Do use -O1 for Apple Clang older than 9.1.0Tor Lillqvist
2018-04-12Revert "Remove dead HSQLDB driver"Sophia Schröder
2018-04-10Remove dead HSQLDB driverTamas Bunth
2018-03-18revert accidentially comitted local changes :(Rene Engelhard
2018-03-18actually add HAVE_GPGCONF_SOCKETDIR to config_host.mk.in...Rene Engelhard
2018-03-18actually add GPGCONF to config_host.mk.inRene Engelhard
2018-02-28Build external lxml if not provided by systemSamuel Thibault
2018-02-20Integrate initial version of gla11y tool in the build systemSamuel Thibault
2018-01-23Introduce gtk3_kde5 vcl pluginMilian Wolff
2018-01-23Extend build system to support linking against KDE Frameworks 5Milian Wolff
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2017-12-18tdf#108580: integrate vc_redist.exe into MSIMike Kaganski
2017-12-08New --enable-compiler-plugins=debug modeStephan Bergmann
2017-12-07allow to build online help tooDavid Tardon
2017-12-07allow to build only HTML helpDavid Tardon
2017-11-24fix build with system gpgmeppDavid Tardon
2017-11-24iOS, added IOS_DEPLOYMENT_VERSIONjan Iversen
2017-11-06QT5 rename from KF5Jan-Marek Glogowski
2017-11-06KF5 seperate Qt5 detection from KF5Jan-Marek Glogowski
2017-11-06KF5 initial VCL pluginJan-Marek Glogowski