summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2009-12-01 19:53:02 +0000
committerRay Johnston <ray.johnston@artifex.com>2009-12-01 19:53:02 +0000
commit9ce29a53744996213c5dc3cad260b4d09dea6f46 (patch)
treed3a7445c39cf489cce74551e9d0c8ab0cc3d35e6
parent1da56f9c72cd2f7651999c93977d54ef9164babb (diff)
Change default PCLXL_ROMFS_ARGS to use compression on the urwfonts. This gets
(with zlib compression) about 40% compression reducing the executable size by 4Mb. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10430 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r--main/pcl6_gcc.mak2
-rw-r--r--main/pcl6_msvc.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/pcl6_gcc.mak b/main/pcl6_gcc.mak
index 46ba6298e..43b13b28c 100644
--- a/main/pcl6_gcc.mak
+++ b/main/pcl6_gcc.mak
@@ -157,7 +157,7 @@ endif # PL_SCALER = ufst
ifeq ($(PL_SCALER), afs)
UFST_BRIDGE?=
# The mkromfs arguments for including the PCL fonts if COMPILE_INITS=1
-PCLXL_ROMFS_ARGS?= -P ../urwfonts -d ttfonts /
+PCLXL_ROMFS_ARGS?= -c -P ../urwfonts -d ttfonts /
XLDFLAGS=
EXTRALIBS=
UFST_OBJ=
diff --git a/main/pcl6_msvc.mak b/main/pcl6_msvc.mak
index c94a628ef..d8b67aae7 100644
--- a/main/pcl6_msvc.mak
+++ b/main/pcl6_msvc.mak
@@ -269,7 +269,7 @@ UFSTFONTDIR=/usr/local/fontdata5.0/
!if "$(PL_SCALER)" == "afs"
# The mkromfs arguments for including the PCL fonts if COMPILE_INITS=1
!ifndef PCLXL_ROMFS_ARGS
-PCLXL_ROMFS_ARGS= -P ../urwfonts -d ttfonts /
+PCLXL_ROMFS_ARGS= -c -P ../urwfonts -d ttfonts /
!endif
!endif