# -*- 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/. #
# Must be built with debug GNU C++ library if --enable-dbgutil has # caused the LO code to be built thus.
# The LIBS setting for Android is needed to get the orcus-xml-dump # executable to build successfully. We obviously don't actually need # that executable on Android, but we don't want to bother with # patching out building it for Android.
liborcus_CPPFLAGS=$(CPPFLAGS) ifeq ($(SYSTEM_ZLIB),)
liborcus_CPPFLAGS+=$(ZLIB_CFLAGS) endif # # OSes that use the GNU C++ library need to use -D_GLIBCXX_DEBUG in # sync with the rest of LibreOffice, i.e. depending on # --enable-dbgutil. Note that although Android doesn't use the GNU C # library (glibc), the NDK does offer the GNU C++ library as one of # the C++ libraries available, and we use it. #
liborcus_CPPFLAGS+=$(gb_COMPILERDEFS_STDLIB_DEBUG)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.