summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--psi/psromfs.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/psi/psromfs.mak b/psi/psromfs.mak
index 75dea02c4..a1e6754f5 100644
--- a/psi/psromfs.mak
+++ b/psi/psromfs.mak
@@ -25,8 +25,8 @@ PDF_RESOURCE_LIST=CMap$(D)*
25 25
26MISC_INIT_FILES=FCOfontmap-PCLPS2 -C cidfmap \ 26MISC_INIT_FILES=FCOfontmap-PCLPS2 -C cidfmap \
27 FAPIcidfmap FAPIconfig FAPIfontmap Fontmap Fontmap.GS xlatmap \ 27 FAPIcidfmap FAPIconfig FAPIfontmap Fontmap Fontmap.GS xlatmap \
28 gs_cet.ps gs_diskn.ps gs_dscp.ps gs_trap.ps \ 28 gs_diskn.ps gs_dscp.ps gs_trap.ps \
29 -B 29 -B gs_cet.ps
30 30
31# In the below list, the Font contents are _not_ compressed since it doesn't help. 31# In the below list, the Font contents are _not_ compressed since it doesn't help.
32PS_RESOURCE_LIST=SubstCID$(D)* CIDFSubst$(D)* CIDFont$(D)* -C $(PDF_RESOURCE_LIST) ColorSpace$(D)* Decoding$(D)* Encoding$(D)* -c -C IdiomSet$(D)* ProcSet$(D)* -P $(PSRESDIR)$(D)Init$(D) -d Resource/Init/ -B $(MISC_INIT_FILES) 32PS_RESOURCE_LIST=SubstCID$(D)* CIDFSubst$(D)* CIDFont$(D)* -C $(PDF_RESOURCE_LIST) ColorSpace$(D)* Decoding$(D)* Encoding$(D)* -c -C IdiomSet$(D)* ProcSet$(D)* -P $(PSRESDIR)$(D)Init$(D) -d Resource/Init/ -B $(MISC_INIT_FILES)