Kaydet (Commit) 82a3c3f7 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen Kaydeden (comit) Björn Michaelsen

move mingw-externals to subdir

Change-Id: I324225ac397d8e4bb1f58f0b8040eb08b7142ee9
Reviewed-on: https://gerrit.libreoffice.org/6277Tested-by: 's avatarLibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: 's avatarBjörn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: 's avatarBjörn Michaelsen <bjoern.michaelsen@canonical.com>
üst f46cb0c4
......@@ -10,12 +10,7 @@
$(eval $(call gb_Module_Module,external))
ifeq ($(OS)$(COM),WNTGCC)
$(eval $(call gb_Module_add_targets,external,\
CustomTarget_jawt \
Package_jawt \
Package_mingw_dlls \
Package_mingw_gccdlls \
))
$(eval $(call gb_Module_add_moduledir,external,mingw-externals))
endif
ifeq ($(COM),MSC)
......
# -*- 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_Module_Module,mingw-externals))
ifeq ($(OS)$(COM),WNTGCC)
$(eval $(call gb_Module_add_targets,mingw-externals,\
CustomTarget_jawt \
Package_jawt \
Package_mingw_dlls \
Package_mingw_gccdlls \
))
endif
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment