Quelle Executable_osl_process_child.mk
Sprache: Shell
# -*- 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/. #
# This executable is required only by sal_osl_process test. # See qa/osl/process/osl_process.cxx:411
$(eval $(call gb_Executable_Executable,osl_process_child))
$(eval $(call gb_Executable_use_libraries,osl_process_child,\
sal \
))
# Also this batch file is required by sal_osl_process. # See qa/osl/process/osl_process.cxx:675 ifeq ($(OS),WNT)
sal_BATCH_FILE := batch.bat else
sal_BATCH_FILE := batch.sh endif
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 ist noch experimentell.