summaryrefslogtreecommitdiff
path: root/external/pdfium/Makefile
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-02-08 11:19:39 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-03-14 11:17:28 +0100
commite69cab24b15e8917723719c306827516b4603255 (patch)
treeb687a37dc691061af07b16256301d2f6647a251f /external/pdfium/Makefile
parent8012b806c545f9c1e9a37205848adca7db66a2e6 (diff)
external: bundle pdfium
Initial use case is to avoid creating a whole Draw document + a poppler process for each and every PDF image we load in a document. The MSVC patch is only to support MSVC 2013, as upstream already moved to MSVC 2015. Change-Id: I3c9dbac3e3de9f2e874ca4cfec0a9dd8a388b87c Reviewed-on: https://gerrit.libreoffice.org/34022 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit b6f9eeb9b5c0e29ca655185dc299ebd4a2c092d7)
Diffstat (limited to 'external/pdfium/Makefile')
-rw-r--r--external/pdfium/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/pdfium/Makefile b/external/pdfium/Makefile
new file mode 100644
index 000000000000..e4968cf85fb6
--- /dev/null
+++ b/external/pdfium/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: