# -*- 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_Executable_Executable,python)) $(eval $(call gb_Executable_use_static_libraries,python,\ ooopathutils \ )) $(eval $(call gb_Executable_add_exception_objects,python,\ pyuno/zipcore/python \ )) # vim:set noet sw=4 ts=4: /core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postgresql
AgeCommit message (Expand)Author
2013-04-13postgresql: honor --disable-openssl flagAndres Gomez
2013-03-26fix postgresql buildPeter Foley
2013-03-26don't build postgresql just to parse the makefilesPeter Foley
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2012-12-31fix postgresql on winPeter Foley
2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley
2012-11-15tweak some build.lsts...Michael Stahl
2012-11-13Upgrading postgresql to 9.2.1Fridrich Štrba
2012-11-05cleanup README files.Michael Meeks
2012-11-05add a README filesAlia Almusaireae
2012-10-30postgresql: forgot to change include path for openldapMatúš Kukan
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan
2012-10-28openldap: convert to gbuildMatúš Kukan
2012-10-21fix postgresql on winPeter Foley
2012-10-21convert postgresql to gbuildPeter Foley