# -*- 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 \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,osl_process_child,\ sal/qa/osl/process/osl_process_child \ )) # 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 $(call gb_Executable_get_target,osl_process_child) : \ $(WORKDIR)/LinkTarget/Executable/$(sal_BATCH_FILE) $(WORKDIR)/LinkTarget/Executable/$(sal_BATCH_FILE) : \ $(SRCDIR)/sal/qa/osl/process/$(sal_BATCH_FILE) mkdir -p $(dir $@) && \ $(call gb_Deliver_deliver,$<,$@) $(call gb_Executable_get_clean_target,osl_process_child) : rm -f $(WORKDIR)/LinkTarget/Executable/$(sal_BATCH_FILE) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-10 09:34:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 14:50:59 +0200
commitfbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch)
treed6cc189748e5980420cc0611b44b28ec4183ea25 /cppcanvas
parent8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf (diff)
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>