Deduplicate rtl_uString_newReplaceFirst*
[LibreOffice.git] / external / expat / StaticLibrary_expat_x64.mk
blob68bb7f86a89b9387051d1b9f57396ec6522b688a
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,expat_x64))
12 $(eval $(call gb_StaticLibrary_set_x64,expat_x64,YES))
14 $(eval $(call gb_StaticLibrary_set_warnings_disabled,expat_x64))
16 $(eval $(call gb_StaticLibrary_use_unpacked,expat_x64,expat))
18 $(eval $(call gb_StaticLibrary_set_include,expat_x64,\
19 -I$(call gb_UnpackedTarball_get_dir,expat) \
20 $$(INCLUDE) \
23 $(eval $(call gb_StaticLibrary_add_defs,expat_x64,\
24 -DCOMPILED_FROM_DSP \
27 $(eval $(call gb_StaticLibrary_add_x64_generated_cobjects,expat_x64,\
28 UnpackedTarball/expat/lib/xmlparse_x64 \
29 UnpackedTarball/expat/lib/xmltok_x64 \
30 UnpackedTarball/expat/lib/xmlrole_x64 \
33 # vim: set noet sw=4 ts=4: