summaryrefslogtreecommitdiff
path: root/src/cd_pdflib.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cd_pdflib.rc')
-rw-r--r--src/cd_pdflib.rc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/cd_pdflib.rc b/src/cd_pdflib.rc
new file mode 100644
index 0000000..89691d0
--- /dev/null
+++ b/src/cd_pdflib.rc
@@ -0,0 +1,20 @@
+1 VERSIONINFO
+ FILEVERSION 7,0,2,0
+ PRODUCTVERSION 7,0,2,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "Comments", "www.pdflib.com\0"
+ VALUE "CompanyName", "PDFlib GmbH\0"
+ VALUE "FileDescription", "PDFlib - a library for generating PDF on the fly\0"
+ VALUE "FileVersion", "7.0.2\0"
+ VALUE "LegalCopyright", "Copyright © 1997-2007 PDFlib GmbH\0"
+ VALUE "OriginalFilename", "pdflib.dll\0"
+ VALUE "ProductName", "PDFlib Lite for Windows\0"
+ VALUE "ProductVersion", "7.0.2\0"
+ VALUE "PrivateBuild", "Build by Tecgraf/PUC-Rio for CD (removed support for image formats)\0"
+ END
+ END
+END