summaryrefslogtreecommitdiff
path: root/external/msc-externals/Package_msvc80_dlls.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-10-16 15:12:54 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-10-16 16:20:08 +0000
commit29a5707821f9ec386d5f6b90f7838db9cdff1263 (patch)
treeab38fd008aa9f1b272dac8ce2881e495ae93b200 /external/msc-externals/Package_msvc80_dlls.mk
parent203a8bbd00e30d0e251a7d0705f26775a0c1d3a6 (diff)
move MSVC externals to subdir
see http://nabble.documentfoundation.org/move-external-builds-into-subfolder-fdo-70393-td4078160.html for details Change-Id: I5ebf3a6162a8f977d1ddf0d445f076afd53332e4 Reviewed-on: https://gerrit.libreoffice.org/6265 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'external/msc-externals/Package_msvc80_dlls.mk')
-rw-r--r--external/msc-externals/Package_msvc80_dlls.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/external/msc-externals/Package_msvc80_dlls.mk b/external/msc-externals/Package_msvc80_dlls.mk
new file mode 100644
index 000000000000..5e510801d818
--- /dev/null
+++ b/external/msc-externals/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: