Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/vms_make.com
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-04-01 19:47:11 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-04-01 19:47:11 (GMT)
commit7c5ab64d4db75e4bb6dadedb578e10178554d0db (patch)
tree595854215de7ef2d85e6c624e804966c54eb422c /pdf/xpdf/vms_make.com
parentbfd0b848c8c81ab10698f74b77f9f0904c3161e1 (diff)
Merge with Xpdf 2.02 and make it build
Diffstat (limited to 'pdf/xpdf/vms_make.com')
-rw-r--r--pdf/xpdf/vms_make.com6
1 files changed, 3 insertions, 3 deletions
diff --git a/pdf/xpdf/vms_make.com b/pdf/xpdf/vms_make.com
index 35cc7c1..174debb 100644
--- a/pdf/xpdf/vms_make.com
+++ b/pdf/xpdf/vms_make.com
@@ -4,7 +4,7 @@ $! Xpdf compile script for VMS.
$!
$! Written by Patrick Moreau, Martin P.J. Zinser.
$!
-$! Copyright 1996-2002 Glyph & Cog, LLC
+$! Copyright 1996-2003 Glyph & Cog, LLC
$!
$!========================================================================
$!
@@ -27,8 +27,8 @@ $ COMMON_LIBS = "[]common.olb/lib,[-.goo]libgoo.olb/lib"
$!
$ XPDF_OBJS = "xpdf.obj,FTFont.obj,PSOutputDev.obj," + -
"SFont.obj,T1Font.obj,TextOutputDev.obj,TTFont.obj," + -
- "XOutputDev.obj,XPDFApp.o,XPDFCore.o,XPDFTree.o," + -
- "XPDFViewer.o,XPixmapOutputDev.o"
+ "XOutputDev.obj,XPDFApp.obj,XPDFCore.obj,XPDFTree.obj," + -
+ "XPDFViewer.obj,XPixmapOutputDev.obj"
$ XPDF_LIBS = ""
$!
$ PDFTOPS_OBJS = "pdftops.obj,PSOutputDev.obj"