# -*- 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_ExternalPackage_ExternalPackage,postgresql,postgresql)) $(eval $(call gb_ExternalPackage_use_external_project,postgresql,postgresql)) ifeq ($(OS),WNT) $(eval $(call gb_ExternalPackage_add_files,postgresql,lib,\ src/interfaces/libpq/libpq.lib \ )) else $(eval $(call gb_ExternalPackage_add_files,postgresql,lib,\ src/interfaces/libpq/libpq.a \ )) endif # vim: set noet sw=4 ts=4: value='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/ParameterSubstitution.cxx
AgeCommit message (Expand)Author
2020-10-01loplugin:reducevarscope in comphelper,connectivityNoel
2020-07-14connectivity/dbtools: create instances with uno constructorsNoel Grandin
2020-01-28tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin