From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- external/twain_dsm/Module_twain_dsm.mk | 20 ++++++++++++++++++++ external/twain_dsm/README | 1 + external/twain_dsm/UnpackedTarball_twain_dsm.mk | 14 ++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 external/twain_dsm/Module_twain_dsm.mk create mode 100644 external/twain_dsm/README create mode 100644 external/twain_dsm/UnpackedTarball_twain_dsm.mk (limited to 'external/twain_dsm') diff --git a/external/twain_dsm/Module_twain_dsm.mk b/external/twain_dsm/Module_twain_dsm.mk new file mode 100644 index 000000000..bbaedb77b --- /dev/null +++ b/external/twain_dsm/Module_twain_dsm.mk @@ -0,0 +1,20 @@ +# -*- 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,twain_dsm)) + +ifeq ($(OS),WNT) +ifeq ($(BUILD_X86),TRUE) +$(eval $(call gb_Module_add_targets,twain_dsm,\ + UnpackedTarball_twain_dsm \ +)) +endif +endif + +# vim: set noet sw=4 ts=4: diff --git a/external/twain_dsm/README b/external/twain_dsm/README new file mode 100644 index 000000000..b12e77001 --- /dev/null +++ b/external/twain_dsm/README @@ -0,0 +1 @@ +Windows scanner support. \ No newline at end of file diff --git a/external/twain_dsm/UnpackedTarball_twain_dsm.mk b/external/twain_dsm/UnpackedTarball_twain_dsm.mk new file mode 100644 index 000000000..11be31e9e --- /dev/null +++ b/external/twain_dsm/UnpackedTarball_twain_dsm.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_UnpackedTarball_UnpackedTarball,twain_dsm)) + +$(eval $(call gb_UnpackedTarball_set_tarball,twain_dsm,$(TWAIN_DSM_TARBALL))) + +# vim: set noet sw=4 ts=4: -- cgit v1.2.3