bump product version to 5.0.4.1
[LibreOffice.git] / xmlscript / Library_xmlscript.mk
blobf4f9d29d7cdf1cb321cee8a26b0a25c6576b8301
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_Library_Library,xmlscript))
12 $(eval $(call gb_Library_use_external,xmlscript,boost_headers))
14 $(eval $(call gb_Library_set_componentfile,xmlscript,xmlscript/util/xmlscript))
16 $(eval $(call gb_Library_use_sdk_api,xmlscript))
18 $(eval $(call gb_Library_use_libraries,xmlscript,\
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 tl \
24 i18nlangtag \
25 $(gb_UWINAPI) \
28 $(eval $(call gb_Library_set_include,xmlscript,\
29 -I$(SRCDIR)/xmlscript/source/inc \
30 $$(INCLUDE) \
33 $(eval $(call gb_Library_add_defs,xmlscript,\
34 -DXMLSCRIPT_DLLIMPLEMENTATION \
37 $(eval $(call gb_Library_set_precompiled_header,xmlscript,$(SRCDIR)/xmlscript/inc/pch/precompiled_xmlscript))
39 $(eval $(call gb_Library_add_exception_objects,xmlscript,\
40 xmlscript/source/misc/unoservices \
41 xmlscript/source/xml_helper/xml_byteseq \
42 xmlscript/source/xml_helper/xml_element \
43 xmlscript/source/xml_helper/xml_impctx \
44 xmlscript/source/xmldlg_imexp/xmldlg_addfunc \
45 xmlscript/source/xmldlg_imexp/xmldlg_expmodels \
46 xmlscript/source/xmldlg_imexp/xmldlg_export \
47 xmlscript/source/xmldlg_imexp/xmldlg_impmodels \
48 xmlscript/source/xmldlg_imexp/xmldlg_import \
49 xmlscript/source/xmlflat_imexp/xmlbas_export \
50 xmlscript/source/xmlflat_imexp/xmlbas_import \
51 xmlscript/source/xmllib_imexp/xmllib_export \
52 xmlscript/source/xmllib_imexp/xmllib_import \
53 xmlscript/source/xmlmod_imexp/xmlmod_export \
54 xmlscript/source/xmlmod_imexp/xmlmod_import \
57 # vim: set noet sw=4 ts=4: