45f42681f4
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>
7 lines
228 B
Makefile
7 lines
228 B
Makefile
# -*- 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:
|