diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-02-28 16:26:56 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-02-28 16:26:56 +0100 |
commit | de55e619b33ef2e59fdabdb060add37b2da76aa4 (patch) | |
tree | 3965a5cacc03356113066b68b59c45076c3b4b1d /Jamfile | |
parent | f744dace3f0f91b8505979bf244453c9ec713b4b (diff) | |
download | mupdf-de55e619b33ef2e59fdabdb060add37b2da76aa4.tar.xz |
Pre-compile the standard CMaps into c-structs instead of parsing them at runtime.
Diffstat (limited to 'Jamfile')
-rw-r--r-- | Jamfile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 ; |