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 /cmaps | |
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 'cmaps')
-rw-r--r-- | cmaps/Jamfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmaps/Jamfile b/cmaps/Jamfile index 9203009e..2d2e435a 100644 --- a/cmaps/Jamfile +++ b/cmaps/Jamfile @@ -3,7 +3,7 @@ # SubDir TOP cmaps chinese_s ; -GenFile cmap_chinese_s.c : strdump +GenFile cmap_chinese_s.c : cmapdump Adobe-GB1-4 Adobe-GB1-UCS2 GB-EUC-H @@ -27,7 +27,7 @@ GenFile cmap_chinese_s.c : strdump Library libcmaps : cmap_chinese_s.c ; SubDir TOP cmaps chinese_t ; -GenFile cmap_chinese_t.c : strdump +GenFile cmap_chinese_t.c : cmapdump Adobe-CNS1-3 Adobe-CNS1-UCS2 B5pc-H @@ -47,7 +47,7 @@ GenFile cmap_chinese_t.c : strdump Library libcmaps : cmap_chinese_t.c ; SubDir TOP cmaps japanese ; -GenFile cmap_japanese.c : strdump +GenFile cmap_japanese.c : cmapdump 83pv-RKSJ-H 90ms-RKSJ-H 90ms-RKSJ-UCS2 @@ -75,7 +75,7 @@ GenFile cmap_japanese.c : strdump Library libcmaps : cmap_japanese.c ; SubDir TOP cmaps korean ; -GenFile cmap_korean.c : strdump +GenFile cmap_korean.c : cmapdump Adobe-Korea1-2 Adobe-Korea1-UCS2 KSC-EUC-H |