2012-04-28 20:48:14 +02:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2012-04-28 20:48:14 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# 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/.
|
2012-04-28 20:48:14 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_StaticLibrary_StaticLibrary,shell_xmlparser_x64))
|
|
|
|
|
|
|
|
$(eval $(call gb_StaticLibrary_set_x64,shell_xmlparser_x64,YES))
|
|
|
|
|
2012-05-29 18:49:59 +02:00
|
|
|
$(eval $(call gb_StaticLibrary_set_include,shell_xmlparser_x64,\
|
|
|
|
-I$(SRCDIR)/shell/inc \
|
|
|
|
$$(INCLUDE) \
|
|
|
|
))
|
|
|
|
|
2012-05-30 12:08:56 +02:00
|
|
|
$(eval $(call gb_StaticLibrary_use_externals,shell_xmlparser_x64,\
|
2013-04-09 09:22:20 +02:00
|
|
|
expat_x64 \
|
2012-05-30 12:08:56 +02:00
|
|
|
))
|
|
|
|
|
2012-05-29 23:58:25 +02:00
|
|
|
$(eval $(call gb_StaticLibrary_add_x64_generated_exception_objects,shell_xmlparser_x64,\
|
2012-04-28 20:48:14 +02:00
|
|
|
CustomTarget/shell/source/all/xml_parser \
|
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
|