# -*- 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_Module_Module,postgresql)) ifeq ($(SYSTEM_POSTGRESQL),NO) $(eval $(call gb_Module_add_targets,postgresql,\ ExternalProject_postgresql \ ExternalPackage_postgresql \ UnpackedTarball_postgresql \ )) endif # vim: set noet sw=4 ts=4:
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/osx
AgeCommit message (Expand)Author
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-01-14Add more source files for breakpointing convenienceTor Lillqvist
2021-01-14Add some more source files and drop dead onesTor Lillqvist
2020-12-08Add source files from svx/source/tbxctrlsTor Lillqvist
2020-12-06Add source files from dbaccess/source/ui/miscTor Lillqvist
2020-12-06Fix some bogus pathsTor Lillqvist
2020-10-16Rename CLANG_CC, CLANG_CXX configuration vars (avoid clash with scan-build)Stephan Bergmann
2020-06-12PopupMenuFloatingWindow is now unusedCaolán McNamara