summaryrefslogtreecommitdiff
path: root/external/libtommath/Makefile
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-07-28 17:16:19 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2016-08-17 13:05:40 +0000
commit45f42681f4d1260c42140a313560534e605f81a4 (patch)
tree1c51f2ba29261c38a3e771dc04968f2e9cb5957f /external/libtommath/Makefile
parent0cb7d76bc5552245642ba423a87831cd9e0b2b92 (diff)
GSoC Upgrade firebird to 3.0
Embedded firebird is now version 3.0. Supports MSVC 14.0. Instead of fbembed, there are now two libraries: fbclient and Engine12. fbclient is linked as fbembed before, Engine12 is loaded at runtime from fbclient. fb now needs system libtommath, which is supplied as a new ExternalProject of LO. Change-Id: I132939bdee745795b22f675e4265e9590079c45f Reviewed-on: https://gerrit.libreoffice.org/27642 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'external/libtommath/Makefile')
-rw-r--r--external/libtommath/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/libtommath/Makefile b/external/libtommath/Makefile
new file mode 100644
index 000000000000..e4968cf85fb6
--- /dev/null
+++ b/external/libtommath/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: