update credits
[LibreOffice.git] / desktop / Executable_crashrep.com.mk
blob13807cdb4329ce86e1a0c4c42ef5e0297b1be125
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,crashrep_com))
12 $(eval $(call gb_Executable_set_targettype_gui,crashrep_com,NO))
14 $(eval $(call gb_Executable_add_defs,crashrep_com,\
15 $(LFS_CFLAGS) \
18 $(eval $(call gb_Executable_use_libraries,crashrep_com,\
19 $(gb_UWINAPI) \
22 $(eval $(call gb_Executable_add_exception_objects,crashrep_com,\
23 desktop/win32/source/guistdio/guistdio \
26 # the resulting executable is called crashrep_com.exe, copy it to crashrep.com
27 $(eval $(call gb_Package_Package,crashrep_com,$(OUTDIR)/bin))
28 $(eval $(call gb_Package_add_file,crashrep_com,bin/crashrep.com,crashrep_com.exe))
30 # vim: set ts=4 sw=4 et: