summaryrefslogtreecommitdiff
path: root/main/pcl6_gcc.mak
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2009-07-02 17:13:02 +0000
committerRay Johnston <ray.johnston@artifex.com>2009-07-02 17:13:02 +0000
commitcec57b28a706413962a52356e21c7d2cdbd251c7 (patch)
tree0ba29f8e3108575cfb0dd62ea0c66a7de71b3029 /main/pcl6_gcc.mak
parentc9ff1b7e786e180989c7c5b77fa623e421d3a2f2 (diff)
Fix language_switch UFST build to put the FAPIconfig-FCO file into the correct
place in the %rom% file system (for when COMPILE_INITS=1). Bug 690470. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9832 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main/pcl6_gcc.mak')
-rw-r--r--main/pcl6_gcc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pcl6_gcc.mak b/main/pcl6_gcc.mak
index 47b002aa5..89cd00b12 100644
--- a/main/pcl6_gcc.mak
+++ b/main/pcl6_gcc.mak
@@ -143,7 +143,7 @@ UFST_INCLUDES?=-I$(UFST_ROOT)/rts/inc/ -I$(UFST_ROOT)/sys/inc/ -I$(UFST_ROOT)/rt
UFST_ROMFS_ARGS?=-b \
-P $(UFST_ROOT)/fontdata/mtfonts/pcl45/mt3/ -d fontdata/mtfonts/pcl45/mt3/ pcl___xj.fco plug__xi.fco wd____xh.fco \
-P $(UFST_ROOT)/fontdata/mtfonts/pclps2/mt3/ -d fontdata/mtfonts/pclps2/mt3/ pclp2_xj.fco \
--c
+-c -P $(PSSRCDIR)/../lib/ -d Resource/Init/ FAPIconfig-FCO
EXTRALIBS?= $(UFST_LIB)if_lib.a $(UFST_LIB)fco_lib.a $(UFST_LIB)tt_lib.a $(UFST_LIB)if_lib.a
ifeq ($(COMPILE_INITS), 0)