# -*- 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_UnpackedTarball_UnpackedTarball,expat)) $(eval $(call gb_UnpackedTarball_set_tarball,expat,$(EXPAT_TARBALL))) $(eval $(call gb_UnpackedTarball_update_autoconf_configs,expat,conftools)) $(eval $(call gb_UnpackedTarball_add_patches,expat,\ external/expat/expat-winapi.patch \ external/expat/ubsan.patch.0 \ )) # This is a bit hackish. # When building for Windows (as 32-bit) we need to build it twice: as # 32- and 64-bit code, to be able to produce a 64-bit Explorer # ("shell") extension that is used when the 32-bit LibreOffice is # installed on a 64-bit OS. $(eval $(call gb_UnpackedTarball_set_post_action,expat,\ $(if $(filter $(BUILD_X64),TRUE), \ cp lib/xmlparse.c lib/xmlparse_x64.c && \ cp lib/xmltok.c lib/xmltok_x64.c && \ cp lib/xmlrole.c lib/xmlrole_x64.c) \ )) # vim: set noet sw=4 ts=4: .4'>distro/collabora/cd-5.3-3.4 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-01-22 14:27:00 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-01-22 15:08:42 +0100
commit4789d68191d7fcfa8b8023aa21f344cc00e35163 (patch)
tree9a0d3ba49b1d7a2b807dd7d18f4dccf4eb992ba0
parentc8740ce11b9f6034ca86f1926679909bb2e9887e (diff)
update translations for 4.4.0 rc3 libreoffice-4-4-0
and force-fix errors using pocheck Change-Id: Icf52d7c7ded26919cd4f4e16d44ff9c06ec23aa4
Diffstat