# -*- 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/. # ifeq (,$(gb_Side)) gb_Side := host endif ifeq (,$(BUILDDIR)) BUILDDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) endif include $(BUILDDIR)/config_$(gb_Side).mk include $(SRCDIR)/solenv/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk)) # vim: set noet sw=4 ts=4: alue='1c7af455ab9345304a7ac48ce2e0310de2ac8a75'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Expand)Author
2013-08-14Unbreak Windows buildFridrich Štrba
2013-08-02let's own the packaged stuff by root:root again (fdo#67388)Petr Mladek
2013-07-31setup_native: fix creation of Solaris install scriptsGabriele Bulfon
2013-07-30put back DS_StoreSiqi LIU
2013-07-30resolve conflictsSiqi LIU
2013-07-24fdo#67258 catch error when calling mdfindChristian Lohmaier
2013-07-16gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl
2013-07-16Setup Firebird installation / scp2 details.Andrzej J.R. Hunt
2013-07-16fb-sdbc: installing lib and resources.Javier Fernandez
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez
2013-07-10Use mkdtemp() so that 2 builds can package at the same time.Jan Holesovsky