[gs-cvs] rev 6952 - trunk/gs/src
lpd at ghostscript.com
lpd at ghostscript.com
Wed Aug 2 14:08:58 PDT 2006
Author: lpd
Date: 2006-08-02 14:08:57 -0700 (Wed, 02 Aug 2006)
New Revision: 6952
Modified:
trunk/gs/src/Makefile.in
Log:
Removes dpsnext from the default FEATURE_DEVS, since the presence of
deviceinfo creates an Adobe incompatibility in Genoa PS LL3 CET 20-23.
Modified: trunk/gs/src/Makefile.in
===================================================================
--- trunk/gs/src/Makefile.in 2006-08-02 19:47:26 UTC (rev 6951)
+++ trunk/gs/src/Makefile.in 2006-08-02 21:08:57 UTC (rev 6952)
@@ -332,7 +332,7 @@
# Choose the language feature(s) to include. See gs.mak for details.
-FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev $(PSD)fapi.dev @JBIG2DEVS@ @JPXDEVS@
+FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev $(PSD)fapi.dev @JBIG2DEVS@ @JPXDEVS@
#FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev
#FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)rasterop.dev $(GLD)pipe.dev
# The following is strictly for testing.
More information about the gs-cvs
mailing list