[gs-cvs] rev 7549 - trunk/gs/lib
ghostgum at ghostscript.com
ghostgum at ghostscript.com
Tue Jan 2 03:36:04 PST 2007
Author: ghostgum
Date: 2007-01-02 03:36:03 -0800 (Tue, 02 Jan 2007)
New Revision: 7549
Modified:
trunk/gs/lib/ghostpdf.inf
Log:
Update the Windows INF file to allow the Ghostscript PPD to be
installed on 64-bit Windows.
Modified: trunk/gs/lib/ghostpdf.inf
===================================================================
--- trunk/gs/lib/ghostpdf.inf 2007-01-02 10:05:09 UTC (rev 7548)
+++ trunk/gs/lib/ghostpdf.inf 2007-01-02 11:36:03 UTC (rev 7549)
@@ -1,4 +1,4 @@
-; GHOSTPDF.INF (for Windows XP)
+; GHOSTPDF.INF (for Windows 2k, XP and XP x64 edition)
[Version]
Signature="$Windows NT$"
@@ -7,16 +7,22 @@
Class=Printer
CatalogFile=oemprint.cat
-DriverVer=08/19/2004,1.0.0.0
+DriverVer=01/02/2007,1.0.0.1
; Manufacturer section
[Manufacturer]
-"Ghostscript"
+"Ghostscript"=Ghostscript,NTamd64,NTia64
-; Model section
+; Model sections
[Ghostscript]
"Ghostscript PDF" = GHOSTPDF.PPD, Ghostscript_PDF, Ghostscript_PDF_Writer
+[Ghostscript.NTamd64]
+"Ghostscript PDF" = GHOSTPDF.PPD, Ghostscript_PDF, Ghostscript_PDF_Writer
+
+[Ghostscript.NTia64]
+"Ghostscript PDF" = GHOSTPDF.PPD, Ghostscript_PDF, Ghostscript_PDF_Writer
+
; Installer section
[GHOSTPDF.PPD]
CopyFiles=@GHOSTPDF.PPD
More information about the gs-cvs
mailing list