sw_ooxmlimport: move export test to sw_ooxmlexport8
[LibreOffice.git] / external / breakpad / StaticLibrary_breakpad.mk
blobfc5d3251f5bd60c112f9584022f3f8672ed230b3
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_StaticLibrary_StaticLibrary,breakpad))
12 $(eval $(call gb_StaticLibrary_set_warnings_disabled,breakpad))
14 $(eval $(call gb_StaticLibrary_use_unpacked,breakpad,breakpad))
16 $(eval $(call gb_StaticLibrary_set_include,breakpad,\
17 -I$(call gb_UnpackedTarball_get_dir,breakpad)/src \
18 -I$(call gb_UnpackedTarball_get_dir,breakpad)/src/client/windows \
19 $$(INCLUDE) \
22 $(eval $(call gb_StaticLibrary_add_defs,breakpad,\
23 -DUNICODE \
26 $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,breakpad,cc))
28 $(eval $(call gb_StaticLibrary_add_generated_exception_objects,breakpad,\
29 UnpackedTarball/breakpad/src/common/windows/guid_string \
30 UnpackedTarball/breakpad/src/client/windows/handler/exception_handler \
31 UnpackedTarball/breakpad/src/client/windows/crash_generation/client_info \
32 UnpackedTarball/breakpad/src/client/windows/crash_generation/crash_generation_client \
33 UnpackedTarball/breakpad/src/client/windows/crash_generation/crash_generation_server \
34 UnpackedTarball/breakpad/src/client/windows/crash_generation/minidump_generator \
37 # vim: set noet sw=4 ts=4: