diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-10-16 15:12:54 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-10-16 16:20:08 +0000 |
commit | 29a5707821f9ec386d5f6b90f7838db9cdff1263 (patch) | |
tree | ab38fd008aa9f1b272dac8ce2881e495ae93b200 /external/msc-externals/Package_msvc_dlls.mk | |
parent | 203a8bbd00e30d0e251a7d0705f26775a0c1d3a6 (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_msvc_dlls.mk')
-rw-r--r-- | external/msc-externals/Package_msvc_dlls.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/external/msc-externals/Package_msvc_dlls.mk b/external/msc-externals/Package_msvc_dlls.mk new file mode 100644 index 000000000000..dd68f10c4f95 --- /dev/null +++ b/external/msc-externals/Package_msvc_dlls.mk @@ -0,0 +1,18 @@ +# -*- 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,msvc_dlls,$(MSVC_DLL_PATH))) + +$(eval $(call gb_Package_set_outdir,msvc_dlls,$(INSTROOT))) + +$(eval $(call gb_Package_add_files,msvc_dlls,program/shlxthdl,\ + $(MSVC_DLLS) \ +)) + +# vim:set shiftwidth=4 tabstop=4 noexpandtab: |