diff options
Diffstat (limited to 'pdf/pdfromfs.mak')
-rw-r--r-- | pdf/pdfromfs.mak | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pdf/pdfromfs.mak b/pdf/pdfromfs.mak new file mode 100644 index 00000000..bc01a590 --- /dev/null +++ b/pdf/pdfromfs.mak @@ -0,0 +1,23 @@ +# Copyright (C) 2018-2021 Artifex Software, Inc. +# All Rights Reserved. +# +# This software is provided AS-IS with no warranty, either express or +# implied. +# +# This software is distributed under license and may not be copied, +# modified or distributed except as expressly authorized under the terms +# of the license contained in the file LICENSE in this distribution. +# +# Refer to licensing information at http://www.artifex.com or contact +# Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, +# CA 94945, U.S.A., +1(415)492-9861, for further information. +# +# This needs a file on its own due to the required include ordering +# in the top level makefiles. Being empty, it's here purely for symmetry + +PDF_FONT_ROMFS_ARGS= + +# The -C turns "compaction" on, -B off. For debugging convenience +# it's off just now. +# PDF_ROMFS_ARGS=-d Resource/ -P $(PSRESDIR)$(D) -C CMap$(D)* +PDF_ROMFS_ARGS=-d Resource/ -P $(PSRESDIR)$(D) -C CMap$(D)* -B Font$(D)* CIDFSubst$(D)* -C Init$(D)Fontmap.GS |