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

ray at ghostscript.com ray at ghostscript.com
Sun Mar 2 18:57:05 PST 2008


Author: ray
Date: 2008-03-02 18:57:05 -0800 (Sun, 02 Mar 2008)
New Revision: 8577

Modified:
   trunk/gs/src/gsromfs0.c
   trunk/gs/src/psromfs.mak
Log:
Fix properties


Modified: trunk/gs/src/gsromfs0.c
===================================================================
--- trunk/gs/src/gsromfs0.c	2008-03-03 01:17:09 UTC (rev 8576)
+++ trunk/gs/src/gsromfs0.c	2008-03-03 02:57:05 UTC (rev 8577)
@@ -1,20 +1,20 @@
-/* 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:$ */
-/* dummy gsromfs source module used when COMPILE_INITS=0 */
-
-#include "stdint_.h"
-
-    uint32_t *gs_romfs[] = {
-	0 };
+/* 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:$ */
+/* dummy gsromfs source module used when COMPILE_INITS=0 */
+
+#include "stdint_.h"
+
+    uint32_t *gs_romfs[] = {
+	0 };


Property changes on: trunk/gs/src/gsromfs0.c
___________________________________________________________________
Name: svn:executable
   - *
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: trunk/gs/src/psromfs.mak
===================================================================
--- trunk/gs/src/psromfs.mak	2008-03-03 01:17:09 UTC (rev 8576)
+++ trunk/gs/src/psromfs.mak	2008-03-03 02:57:05 UTC (rev 8577)
@@ -1,31 +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)
+#  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)


Property changes on: trunk/gs/src/psromfs.mak
___________________________________________________________________
Name: svn:executable
   - *
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native



More information about the gs-cvs mailing list