[gs-cvs] rev 8187 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Mon Aug 13 10:07:59 PDT 2007


Author: giles
Date: 2007-08-13 10:07:58 -0700 (Mon, 13 Aug 2007)
New Revision: 8187

Modified:
   trunk/gs/src/int.mak
Log:
Add the library files from the cjkv to the romfs file list. This 
restores executability of the build with COMPILE_INITS=1 which
was broken by r8185.


Modified: trunk/gs/src/int.mak
===================================================================
--- trunk/gs/src/int.mak	2007-08-13 16:00:16 UTC (rev 8186)
+++ trunk/gs/src/int.mak	2007-08-13 17:07:58 UTC (rev 8187)
@@ -988,7 +988,8 @@
 # unix-inst.mak uses this macro, problems should surface when testing installed
 # versions.
 #		Note: gs_cet.ps is only needed to match Adobe CPSI defaults
-EXTRA_INIT_FILES= Fontmap cidfmap xlatmap FAPI FCOfontmap-PCLPS2 gs_cet.ps
+EXTRA_INIT_FILES= Fontmap cidfmap xlatmap FAPI FCOfontmap-PCLPS2 gs_cet.ps \
+	cjkv/
 
 #	The init files are put in the lib/ directory (gs_init.ps + EXTRA_INIT_FILES)
 #	Resource files go into Resource/...



More information about the gs-cvs mailing list