[gs-cvs] rev 8642 - branches/mtrender/src

ray at ghostscript.com ray at ghostscript.com
Tue Apr 15 11:04:18 PDT 2008


Author: ray
Date: 2008-04-15 11:04:18 -0700 (Tue, 15 Apr 2008)
New Revision: 8642

Added:
   branches/mtrender/src/psromfs.mak
Log:
Add file that was missing in this branch.


Added: branches/mtrender/src/psromfs.mak
===================================================================
--- branches/mtrender/src/psromfs.mak	2008-04-15 04:47:24 UTC (rev 8641)
+++ branches/mtrender/src/psromfs.mak	2008-04-15 18:04:18 UTC (rev 8642)
@@ -0,0 +1,31 @@
+#  Copyright (C) 2001-2006 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 that
+#  license.  Refer to licensing information at http://www.artifex.com/
+#  or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
+#  San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
+#
+# $Id:$
+# mkromfs macros for PostScript %rom% when COMPILE_INITS=1
+
+# The following list of files needed by the interpreter is maintained here.
+# This changes infrequently, but is a potential point of bitrot, but since
+# unix-inst.mak uses this macro, problems should surface when testing installed
+# versions.
+
+#	The init files are put in the lib/ directory (gs_init.ps + EXTRA_INIT_FILES)
+#	Resource files go into Resource/...
+
+RESOURCE_LIST=ColorSpace$(D) Decoding$(D) Encoding$(D) Font$(D) ProcSet$(D) IdiomSet$(D) CIDFont$(D) CMap$(D)
+
+#	Note: gs_cet.ps is only needed to match Adobe CPSI defaults
+PS_ROMFS_ARGS=-c -P $(PSRESDIR)$(D) -d Resource/ $(RESOURCE_LIST) \
+   -d lib/ -P $(PSGENDIR)$(D) $(GS_INIT) \
+   -P $(PSLIBDIR)$(D) Fontmap cidfmap xlatmap FAPI FCOfontmap-PCLPS2 gs_cet.ps
+
+PS_ROMFS_DEPS=$(PSGENDIR)$(D)$(GS_INIT)



More information about the gs-cvs mailing list