summaryrefslogtreecommitdiff
path: root/src/cd_pdflib.rc
diff options
context:
space:
mode:
authorscuri <scuri>2008-10-17 06:10:33 +0000
committerscuri <scuri>2008-10-17 06:10:33 +0000
commit7b52cc13af4e85f1ca2deb6b6c77de9c95ea0dcf (patch)
treed0857278bde2eff784227c57dcaf930346ceb7ac /src/cd_pdflib.rc
First commit - moving from LuaForge to SourceForge
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