cli_ure: remove Package_config
- cliuno.snk is used from SRCDIR - climaker.exe.config is not packaged and appears unnecessary Change-Id: Ia0e364bd3b488841aeb8ae75c26aa0cd4ff86012
This commit is contained in:
@@ -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
|
||||
|
@@ -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:
|
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<gcConcurrent enabled="true" />
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<publisherPolicy apply="no" />
|
||||
<probing privatePath="" />
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
Reference in New Issue
Block a user