# -*- 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,sdbt)) $(eval $(call gb_Library_set_include,sdbt,\ $$(INCLUDE) \ -I$(SRCDIR)/dbaccess/inc/ \ -I$(SRCDIR)/dbaccess/source/inc/ \ -I$(SRCDIR)/dbaccess/source/sdbtools/inc \ )) $(eval $(call gb_Library_use_external,sdbt,boost_headers)) $(eval $(call gb_Library_set_precompiled_header,sdbt,dbaccess/inc/pch/precompiled_sdbt)) $(eval $(call gb_Library_use_sdk_api,sdbt)) $(eval $(call gb_Library_use_libraries,sdbt,\ comphelper \ cppu \ cppuhelper \ dba \ dbtools \ sal \ salhelper \ tl \ utl \ )) $(eval $(call gb_Library_set_componentfile,sdbt,dbaccess/util/sdbt)) $(eval $(call gb_Library_add_exception_objects,sdbt,\ dbaccess/source/sdbtools/connection/connectiontools \ dbaccess/source/sdbtools/connection/datasourcemetadata \ dbaccess/source/sdbtools/connection/objectnames \ dbaccess/source/sdbtools/connection/tablename \ )) # vim: set noet sw=4 ts=4: o/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libodfgen
AgeCommit message (Expand)Author
2017-10-29libodfgen: pass optimization flags to configureDavid Tardon
2017-10-04use the new gbuild way to update config.*David Tardon
2017-06-13iOS, patch libodfgenjan Iversen
2016-08-12tdf#101077 make double->str conv. locale-agnosticDavid Tardon
2016-03-02Fix patch to apply on SLE11, just some unknown patch binary hickupTomáš Chvátal
2015-12-31upload libodfgen 0.1.6David Tardon
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann
2015-09-17blind attempt to fix lcovDavid Tardon
2015-08-30libodfgen: drop dep. on boostDavid Tardon
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud
2015-08-07libodfgen bundled soname patchAndras Timar
2015-06-12Fix Linux RPATH of various external modulesStephan Bergmann
2015-06-05use $(DISABLE_DYNLOADING) consistentlyDavid Tardon
2015-05-18upload libodfgen 0.1.4David Tardon
2015-02-27For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hiddenStephan Bergmann
2015-01-26external/lib{odfgen,revenge}: Declare proper symbol visibilityStephan Bergmann
2015-01-26external/libodfgen: Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-02Library_odfgen: missing quotesMiklos Vajna
2015-01-01updates should not require touching ExternalPackage*David Tardon
2015-01-01define all needed macros for libodfgen build on windowsDavid Tardon
2015-01-01error C1083: Cannot open include file: 'config.h': No such file or directoryMiklos Vajna
2015-01-01upload libodfgen 0.1.3David Tardon