X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2Fvms_make.com;h=f4fb74aff888fd75e1e54a2d56269d86b532c470;hb=a2f683fe644fded868c536909907282555b1b777;hp=35cc7c1cf63a38f7ad586e3c82df7299171dc0de;hpb=64676031423465996e83c4a685290f0c3d97a249;p=evince.git diff --git a/pdf/xpdf/vms_make.com b/pdf/xpdf/vms_make.com index 35cc7c1c..f4fb74af 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 $! $!======================================================================== $! @@ -18,17 +18,17 @@ $ COMMON_OBJS = "Annot.obj,Array.obj,BuiltinFont.obj," + - "CMap.obj,Decrypt.obj,Dict.obj,Error.obj," + - "FontEncodingTables.obj,FontFile.obj," + - "Function.obj,Gfx.obj,GfxFont.obj,GfxState.obj,"+ - - "GlobalParams.obj,JBIG2Stream.obj,Lexer.obj," + - - "Link.obj,NameToCharCode.obj,Object.obj,Outline.obj,"+ - - "OutputDev.obj,Page.obj,Parser.obj,PDFdoc.obj," + - + "GlobalParams.obj,JArithmeticDecoder.obj,JBIG2Stream.obj,"+ - + "Lexer.obj,Link.obj,NameToCharCode.obj,Object.obj,"+ - + "Outline.obj,OutputDev.obj,Page.obj,Parser.obj,PDFdoc.obj," + - "PDFDocEncoding.obj,PSTokenizer.obj,Stream.obj," + - - "UnicodeMap.obj,XRef.obj" + "UnicodeMap.obj,UnicodeTypeTable.obj,XRef.obj" $ 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"