summaryrefslogtreecommitdiff
path: root/registry/Executable_reg2bin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'registry/Executable_reg2bin.mk')
-rw-r--r--registry/Executable_reg2bin.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/registry/Executable_reg2bin.mk b/registry/Executable_reg2bin.mk
deleted file mode 100644
index c28770be96ba..000000000000
--- a/registry/Executable_reg2bin.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- 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_Executable_Executable,reg2bin))
-
-$(eval $(call gb_Executable_add_exception_objects,reg2bin, \
- registry/tools/reg2bin \
-))
-
-$(eval $(call gb_Executable_use_libraries,reg2bin, \
- reg \
- sal \
-))
-
-# vim: set noet sw=4 ts=4: