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 | |
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')
-rw-r--r-- | external/msc-externals/Module_msc-externals.mk | 19 | ||||
-rw-r--r-- | external/msc-externals/Package_dbghelp.mk | 14 | ||||
-rw-r--r-- | external/msc-externals/Package_msms.mk | 16 | ||||
-rw-r--r-- | external/msc-externals/Package_msvc80_dlls.mk | 16 | ||||
-rw-r--r-- | external/msc-externals/Package_msvc_dlls.mk | 18 |
5 files changed, 83 insertions, 0 deletions
diff --git a/external/msc-externals/Module_msc-externals.mk b/external/msc-externals/Module_msc-externals.mk new file mode 100644 index 000000000000..1caa327fc64f --- /dev/null +++ b/external/msc-externals/Module_msc-externals.mk @@ -0,0 +1,19 @@ +# -*- 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)) + +$(eval $(call gb_Module_add_targets,msc-externals,\ + Package_dbghelp \ + $(if $(MSM_PATH),Package_msms) \ + Package_msvc_dlls \ + $(if $(filter YES,$(WITH_MOZAB4WIN)),Package_msvc80_dlls) \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/msc-externals/Package_dbghelp.mk b/external/msc-externals/Package_dbghelp.mk new file mode 100644 index 000000000000..438783938152 --- /dev/null +++ b/external/msc-externals/Package_dbghelp.mk @@ -0,0 +1,14 @@ +# -*- 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,dbghelp,$(TARFILE_LOCATION))) + +$(eval $(call gb_Package_add_file,dbghelp,bin/dbghelp.dll,$(DBGHELP_DLL))) + +# vim:set shiftwidth=4 tabstop=4 noexpandtab: diff --git a/external/msc-externals/Package_msms.mk b/external/msc-externals/Package_msms.mk new file mode 100644 index 000000000000..283e11317b88 --- /dev/null +++ b/external/msc-externals/Package_msms.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,msms,$(MSM_PATH))) + +$(eval $(call gb_Package_add_files,msms,bin,\ + $(MERGE_MODULES) \ +)) + +# vim:set shiftwidth=4 tabstop=4 noexpandtab: 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: 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: |