summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-02-27 18:38:36 +0100
committerTor Andersson <tor@ghostscript.com>2009-02-27 18:38:36 +0100
commit7748646a8394024a4faba66db93a99f81bd5bb89 (patch)
treec80092728566889cb7482e053fe7f731a5265b9f /Jamrules
parentbaf345e38a64e561817a744b14aa597b213e8e7a (diff)
downloadmupdf-7748646a8394024a4faba66db93a99f81bd5bb89.tar.xz
Add DroidSansFallback.ttf from Android as a builtin CJK substitute font.
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules5
1 files changed, 5 insertions, 0 deletions
diff --git a/Jamrules b/Jamrules
index 8590b522..99ddf6fb 100644
--- a/Jamrules
+++ b/Jamrules
@@ -27,6 +27,11 @@
# -sTHIRDPARTYINC="-Ic:/wherever/include"
# -sTHIRDPARTYLIB="-Lc:/wherever/lib"
#
+# To compile without builtin CJK CMap and font support, and save a few
+# megabytes of executable space:
+#
+# -sDEFINES=NOCJK
+#
# Workaround for different OS/OSPLAT settings on FTJam and plain jam
if $(JAM_TOOLSET) = MINGW { OS = MINGW ; }