summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-04 17:29:41 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-04 17:29:52 +0100
commit8ecb2c52a67168a4a00b649e7f70731b21a7a91a (patch)
tree66231b14911d2201ff93e94ce38cbcbf51b64368 /external
parent9ec4fc4de14cf04e83ef03a800b929b9abddae75 (diff)
If Mozab is built, look for VS2005 dlls
Change-Id: Id5585ff27af8e743adbecbdad3587db9224a394b
Diffstat (limited to 'external')
-rw-r--r--external/Module_external.mk1
-rw-r--r--external/Package_msvc80_dlls.mk16
2 files changed, 17 insertions, 0 deletions
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: