From e5eac916e89d064fa2bb48b17e121e35da1141fc Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 28 Oct 2013 12:41:00 +0100 Subject: cli_ure: remove Package_config - cliuno.snk is used from SRCDIR - climaker.exe.config is not packaged and appears unnecessary Change-Id: Ia0e364bd3b488841aeb8ae75c26aa0cd4ff86012 --- cli_ure/Module_cli_ure.mk | 1 - cli_ure/Package_config.mk | 17 ----------------- cli_ure/source/climaker/climaker.exe.config | 10 ---------- 3 files changed, 28 deletions(-) delete mode 100644 cli_ure/Package_config.mk delete mode 100644 cli_ure/source/climaker/climaker.exe.config (limited to 'cli_ure') diff --git a/cli_ure/Module_cli_ure.mk b/cli_ure/Module_cli_ure.mk index 0c2e9dafb914..0bd109300ccc 100644 --- a/cli_ure/Module_cli_ure.mk +++ b/cli_ure/Module_cli_ure.mk @@ -23,7 +23,6 @@ $(eval $(call gb_Module_add_targets,cli_ure,\ Executable_climaker \ Library_cli_cppuhelper_native \ Library_cli_uno \ - Package_config \ Package_cli_basetypes_copy \ )) endif diff --git a/cli_ure/Package_config.mk b/cli_ure/Package_config.mk deleted file mode 100644 index 175fd3305457..000000000000 --- a/cli_ure/Package_config.mk +++ /dev/null @@ -1,17 +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_Package_Package,cli_ure_cliuno,$(SRCDIR)/cli_ure/source)) - -$(eval $(call gb_Package_add_files,cli_ure_cliuno,bin,\ - climaker/climaker.exe.config \ - cliuno.snk \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/cli_ure/source/climaker/climaker.exe.config b/cli_ure/source/climaker/climaker.exe.config deleted file mode 100644 index 5ff03513900c..000000000000 --- a/cli_ure/source/climaker/climaker.exe.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file -- cgit