diff options
author | Robin Watts <robin.watts@artifex.com> | 2011-08-09 15:55:30 +0700 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2011-09-14 17:41:30 +0100 |
commit | cefb81f1886685580a40b17b5e495a8a8a1ebeaf (patch) | |
tree | 737c5f342474cc20464e9ae72a15af69e6bd6f4e /scripts | |
parent | 32ee8f594db8c6221db2c42949e0ee58cc47c176 (diff) | |
download | mupdf-cefb81f1886685580a40b17b5e495a8a8a1ebeaf.tar.xz |
Add Memento build option.
Import memento files. Update Makefile to support: make build=memento
(like debug, but with memento too).
Tiny tweak to cmapdump to avoid memento building that utility.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/cmapdump.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/cmapdump.c b/scripts/cmapdump.c index 16ef1b8a..dfb3faa0 100644 --- a/scripts/cmapdump.c +++ b/scripts/cmapdump.c @@ -3,6 +3,9 @@ #include <stdio.h> #include <string.h> +/* We never want to build memento versions of the cmapdump util */ +#undef MEMENTO + #include "fitz.h" #include "mupdf.h" |