summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-02-28 16:26:56 +0100
committerTor Andersson <tor@ghostscript.com>2009-02-28 16:26:56 +0100
commitde55e619b33ef2e59fdabdb060add37b2da76aa4 (patch)
tree3965a5cacc03356113066b68b59c45076c3b4b1d /Jamfile
parentf744dace3f0f91b8505979bf244453c9ec713b4b (diff)
downloadmupdf-de55e619b33ef2e59fdabdb060add37b2da76aa4.tar.xz
Pre-compile the standard CMaps into c-structs instead of parsing them at runtime.
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Jamfile b/Jamfile
index 6fd4a7b9..23a80dcb 100644
--- a/Jamfile
+++ b/Jamfile
@@ -10,12 +10,13 @@ SubDir TOP ;
HDRS = [ FDirName $(TOP) include ] ;
-Main hexdump : hexdump.c ;
-Main strdump : strdump.c ;
-
SubInclude TOP fitz ;
SubInclude TOP fitzdraw ;
+Main hexdump : hexdump.c ;
+Main cmapdump : cmapdump.c ;
+LinkLibraries cmapdump : libfitz ;
+
SubInclude TOP fonts ;
SubInclude TOP cmaps ;
SubInclude TOP mupdf ;