Files
libreoffice/external/msc-externals/Module_msc-externals.mk
Michael Stahl 440ac656f7 msc-externals: Package msvc_dlls only necessary in 32-bit builds
In 64-bit builds the 64-bit runtimes are installed as MSM so this hack
isn't needed there.

Change-Id: Id609d2beaa3de1176138bc206210820397a8b732
2017-06-06 17:30:35 +02:00

21 lines
502 B
Makefile

# -*- 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,msc-externals))
ifneq ($(BUILD_X64),)
$(eval $(call gb_Module_add_targets,msc-externals,\
Package_msvc_dlls \
))
endif
# vim: set noet sw=4 ts=4: