diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-14 16:11:09 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-15 21:32:37 +0200 |
commit | 1f2a635ae159b62ab3a0dcbf7d460484f83ff77b (patch) | |
tree | 62a2f2e9c70ba2ebcb9cad710e863abf0514cde3 /desktop/Executable_officeloader.mk | |
parent | 9555b5bdb9ce2251bb8c4f967f20ed1b13eecf5e (diff) |
clean executables in Repository.mk
..so that no executable in gb_Helper_register_executables,NONE is installed
(except cppunittester from scp2/source/smoketest/)
and all others are installed.
Also remove unused officeloader executable.
Change-Id: I1726afc4d9d6848bca7fa07ebce3acd340777e8a
Diffstat (limited to 'desktop/Executable_officeloader.mk')
-rw-r--r-- | desktop/Executable_officeloader.mk | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/desktop/Executable_officeloader.mk b/desktop/Executable_officeloader.mk deleted file mode 100644 index 27a078e01d63..000000000000 --- a/desktop/Executable_officeloader.mk +++ /dev/null @@ -1,26 +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,officeloader)) - -$(eval $(call gb_Executable_use_libraries,officeloader,\ - sal \ - $(gb_UWINAPI) \ -)) - -# I'm not suer wht was the intent, but that break the link -#$(eval $(call gb_Executable_set_ldflags,officeloader,\ -# $(filter -bind_at_load,$$(LDFLAGS)) \ -#)) - -$(eval $(call gb_Executable_add_noexception_objects,officeloader,\ - desktop/unx/source/officeloader/officeloader \ -)) - -# vim: set ts=4 sw=4 et: |