# -*- 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,propex)) $(eval $(call gb_Executable_set_include,propex,\ -I$(SRCDIR)/l10ntools/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,propex,\ sal \ )) $(eval $(call gb_Executable_use_static_libraries,propex,\ transex \ )) $(eval $(call gb_Executable_add_exception_objects,propex,\ l10ntools/source/propmerge \ l10ntools/source/propex \ )) $(eval $(call gb_Executable_use_externals,propex,\ boost_headers \ libxml2 \ )) # vim: set noet sw=4 ts=4: ce-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-07-19 07:22:10 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2024-07-19 18:31:37 +0200
commitf9f1e215cb61aea91d3e22cb5b91603a5d78c203 (patch)
tree3a1eae906f089f2c16576e1d888deb2ebf1062cc /android
parent2dad8286cf0b8630e4f3c7aeaa9d30141525292f (diff)
android: Drop unused IntSize#nextPowerOfTwo(float)
Change-Id: Idec5616195875e4adec22a193d8d8a569de079e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170761 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'android')