mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00

* sumatrapdf - vendor import * everything compiles (libjpeg, poppler, fitz, sumatrapdf) * does NOT link (remove the comment tags in the parent directory.rbuild file (rosapps dir) to build it) svn path=/trunk/; revision=29295
21 lines
537 B
Text
21 lines
537 B
Text
//
|
|
// MuPDF Plugin description
|
|
//
|
|
|
|
1 VERSIONINFO
|
|
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904e4"
|
|
BEGIN
|
|
VALUE "ProductName", "MuPDF Plug-in\0"
|
|
VALUE "OriginalFilename", "npmupdf.dll\0"
|
|
VALUE "FileDescription", "The MuPDF plugin allows you to browse PDF files with a simple light-weight scrolling interface.\0"
|
|
VALUE "MIMEType", "application/pdf|application/x-mupdf\0"
|
|
VALUE "FileExtents", "pdf|foo"
|
|
VALUE "FileOpenName", "Acrobat PDF File|Acrobat PDF File"
|
|
END
|
|
END
|
|
END
|
|
|