summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2009-01-27 20:43:37 +0000
committerRalph Giles <ralph.giles@artifex.com>2009-01-27 20:43:37 +0000
commit913bbe2b0a7e79de46b7008dd7416da74f21c5fc (patch)
tree9c1ef911bea85c258592b0ae8ea92f66e58aff89
parent680558252d7849eb1d0a2d2388b7462a8a4a39ca (diff)
Update documentation on the COMPILE_INITS makefile variable.
In particular, it's normally no longer 0. Thanks to Ken Sharp for pointing this out. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9412 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r--gs/base/gs.mak12
1 files changed, 6 insertions, 6 deletions
diff --git a/gs/base/gs.mak b/gs/base/gs.mak
index 3a1d3126e..cd31a284b 100644
--- a/gs/base/gs.mak
+++ b/gs/base/gs.mak
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 Artifex Software, Inc.
+# Copyright (C) 2001-2009 Artifex Software, Inc.
# All Rights Reserved.
#
# This software is provided AS-IS with no warranty, either express or
@@ -128,11 +128,11 @@
# selectively included in or excluded from a configuration,
# but the above are the ones that are most likely to be of
# interest.
-# COMPILE_INITS - normally 0; if set to 1, compiles the PostScript
-# language initialization files (gs_init.ps et al) into the
-# executable, eliminating the need for these files to be present
-# at run time. Files will be placed in the %rom% device as files.
-# Also the 'Resource/*' files will be built into the %rom% device.
+# COMPILE_INITS - normally 1; compiles the PostScript language
+# initialization files (gs_init.ps et al) and Resource/* tree
+# into the executable, eliminating the need for these files
+# to be present at run time. Files will be placed in the
+# %rom% device.
# BAND_LIST_STORAGE - normally file; if set to memory, stores band
# lists in memory (with compression if needed).
# BAND_LIST_COMPRESSOR - normally zlib: selects the compression method