[gs-cvs] rev 7852 - trunk/gs/src
alexcher at ghostscript.com
alexcher at ghostscript.com
Sun Apr 15 19:50:58 PDT 2007
Author: alexcher
Date: 2007-04-15 19:50:57 -0700 (Sun, 15 Apr 2007)
New Revision: 7852
Modified:
trunk/gs/src/Makefile.in
trunk/gs/src/int.mak
trunk/gs/src/openvms.mak
Log:
Use right capitalization for compiled resources: s/Procset/ProcSet/
Modified: trunk/gs/src/Makefile.in
===================================================================
--- trunk/gs/src/Makefile.in 2007-04-16 02:26:14 UTC (rev 7851)
+++ trunk/gs/src/Makefile.in 2007-04-16 02:50:57 UTC (rev 7852)
@@ -344,7 +344,7 @@
# The list of resources to be included in the %rom% file system.
# This is in the top makefile since the file descriptors are platform specific
-RESOURCE_LIST=Resource/CMap/ Resource/ColorSpace/ Resource/Decoding/ Resource/Font/ Resource/Procset/ Resource/IdiomSet/ Resource/CIDFont/
+RESOURCE_LIST=Resource/CMap/ Resource/ColorSpace/ Resource/Decoding/ Resource/Font/ Resource/ProcSet/ Resource/IdiomSet/ Resource/CIDFont/
# Choose whether to compile the .ps initialization files into the executable.
# See gs.mak for details.
Modified: trunk/gs/src/int.mak
===================================================================
--- trunk/gs/src/int.mak 2007-04-16 02:26:14 UTC (rev 7851)
+++ trunk/gs/src/int.mak 2007-04-16 02:50:57 UTC (rev 7852)
@@ -988,7 +988,7 @@
# The init files are put in the lib/ directory (gs_init.ps + EXTRA_INIT_FILES)
# Resource files go into Resource/...
-RESOURCE_LIST=ColorSpace/ Decoding/ Font/ Procset/ IdiomSet/ CIDFont/ CMap/
+RESOURCE_LIST=ColorSpace/ Decoding/ Font/ ProcSet/ IdiomSet/ CIDFont/ CMap/
# PCLXL_ PJL and XPS hooks are for other parsers that may be built with a PS
# language switch build.
Modified: trunk/gs/src/openvms.mak
===================================================================
--- trunk/gs/src/openvms.mak 2007-04-16 02:26:14 UTC (rev 7851)
+++ trunk/gs/src/openvms.mak 2007-04-16 02:50:57 UTC (rev 7852)
@@ -259,7 +259,7 @@
# ***********************************************************************************
# The list of resources to be included in the %rom% file system.
# This is in the top makefile since the file descriptors are platform specific
-RESOURCE_LIST=[Resource.CMap] [Resource.ColorSpace] [Resource.Decoding] [Resource.Fonts] [Resource.Procset] [Resource.IdiomSet] [Resource.CIDFont]
+RESOURCE_LIST=[Resource.CMap] [Resource.ColorSpace] [Resource.Decoding] [Resource.Fonts] [Resource.ProcSet] [Resource.IdiomSet] [Resource.CIDFont]
# Choose whether to compile the .ps initialization files into the executable.
# See gs.mak for details.
More information about the gs-cvs
mailing list