From 8ecb2c52a67168a4a00b649e7f70731b21a7a91a Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Mon, 4 Mar 2013 17:29:41 +0100 Subject: If Mozab is built, look for VS2005 dlls Change-Id: Id5585ff27af8e743adbecbdad3587db9224a394b --- external/Module_external.mk | 1 + external/Package_msvc80_dlls.mk | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 external/Package_msvc80_dlls.mk (limited to 'external') diff --git a/external/Module_external.mk b/external/Module_external.mk index c5a312abd5a7..8bb0a4045df8 100644 --- a/external/Module_external.mk +++ b/external/Module_external.mk @@ -27,6 +27,7 @@ $(eval $(call gb_Module_add_targets,external,\ Package_dbghelp \ Package_msms \ Package_msvc_dlls \ + Package_msvc80_dlls \ )) endif diff --git a/external/Package_msvc80_dlls.mk b/external/Package_msvc80_dlls.mk new file mode 100644 index 000000000000..5e510801d818 --- /dev/null +++ b/external/Package_msvc80_dlls.mk @@ -0,0 +1,16 @@ +# -*- 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_Package_Package,msvc80_dlls,$(MSVC80_DLL_PATH))) + +$(eval $(call gb_Package_add_files,msvc80_dlls,bin,\ + $(MSVC80_DLLS) \ +)) + +# vim:set shiftwidth=4 tabstop=4 noexpandtab: -- cgit