update credits
[LibreOffice.git] / desktop / Executable_officeloader.mk
blob27a078e01d63e8887fdc61de03ebc1d1894ca4d8
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Executable_Executable,officeloader))
12 $(eval $(call gb_Executable_use_libraries,officeloader,\
13 sal \
14 $(gb_UWINAPI) \
17 # I'm not suer wht was the intent, but that break the link
18 #$(eval $(call gb_Executable_set_ldflags,officeloader,\
19 # $(filter -bind_at_load,$$(LDFLAGS)) \
20 #))
22 $(eval $(call gb_Executable_add_noexception_objects,officeloader,\
23 desktop/unx/source/officeloader/officeloader \
26 # vim: set ts=4 sw=4 et: