summaryrefslogtreecommitdiff
path: root/expat/StaticLibrary_expat_xmlparse_x64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'expat/StaticLibrary_expat_xmlparse_x64.mk')
-rw-r--r--expat/StaticLibrary_expat_xmlparse_x64.mk32
1 files changed, 32 insertions, 0 deletions
diff --git a/expat/StaticLibrary_expat_xmlparse_x64.mk b/expat/StaticLibrary_expat_xmlparse_x64.mk
new file mode 100644
index 000000000000..97cf472eb5ee
--- /dev/null
+++ b/expat/StaticLibrary_expat_xmlparse_x64.mk
@@ -0,0 +1,32 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# 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/.
+#
+
+$(eval $(call gb_StaticLibrary_StaticLibrary,expat_xmlparse_x64))
+
+$(eval $(call gb_StaticLibrary_set_x64,expat_xmlparse_x64,YES))
+
+$(eval $(call gb_StaticLibrary_set_warnings_not_errors,expat_xmlparse_x64))
+
+$(eval $(call gb_StaticLibrary_use_unpacked,expat_xmlparse_x64,expat))
+
+$(eval $(call gb_StaticLibrary_set_include,expat_xmlparse_x64,\
+ -I$(call gb_UnpackedTarball_get_dir,expat) \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_StaticLibrary_add_defs,expat_xmlparse_x64,\
+ -DCOMPILED_FROM_DSP \
+ -DXML_UNICODE \
+))
+
+$(eval $(call gb_StaticLibrary_add_x64_generated_cobjects,expat_xmlparse_x64,\
+ UnpackedTarball/expat/lib/xmlparse_x64 \
+))
+
+# vim: set noet sw=4 ts=4: