[gs-cvs] rev 8902 - trunk/ghostpdl/main
giles at ghostscript.com
giles at ghostscript.com
Tue Jul 29 12:19:19 PDT 2008
Author: giles
Date: 2008-07-29 12:19:19 -0700 (Tue, 29 Jul 2008)
New Revision: 8902
Modified:
trunk/ghostpdl/main/pcl6_msvc.mak
Log:
Remove confusing and never used duplicate setting of BAND_LIST_STORAGE=file
This was never used because of the earlier BAND_LIST_STORAGE=memory, so the
!ifndef suppressed the second block anyway.
>From a patch to the private repository by Ray Johnston, r3117.
Modified: trunk/ghostpdl/main/pcl6_msvc.mak
===================================================================
--- trunk/ghostpdl/main/pcl6_msvc.mak 2008-07-29 19:11:31 UTC (rev 8901)
+++ trunk/ghostpdl/main/pcl6_msvc.mak 2008-07-29 19:19:19 UTC (rev 8902)
@@ -157,13 +157,6 @@
CPU_TYPE=586
!endif
-!ifndef BAND_LIST_STORAGE
-BAND_LIST_STORAGE=file
-!endif
-!ifndef BAND_LIST_COMPRESSOR
-BAND_LIST_COMPRESSOR=zlib
-!endif
-
# Define which major version of MSVC is being used (currently, 4, 5, & 6 supported)
# default to the latest version
!ifndef MSVC_VERSION
More information about the gs-cvs
mailing list