summaryrefslogtreecommitdiff
path: root/im/src/im.rc
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-04 11:56:41 -0800
committerPixel <pixel@nobis-crew.org>2009-11-04 11:59:33 -0800
commitd577d991b97ae2b5ee1af23641bcffc3f83af5b2 (patch)
tree590639d50205d1bcfaff2a7d2dc6ebf3f373c7ed /im/src/im.rc
Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux.
Diffstat (limited to 'im/src/im.rc')
-rwxr-xr-xim/src/im.rc19
1 files changed, 19 insertions, 0 deletions
diff --git a/im/src/im.rc b/im/src/im.rc
new file mode 100755
index 0000000..990266a
--- /dev/null
+++ b/im/src/im.rc
@@ -0,0 +1,19 @@
+1 VERSIONINFO
+ FILEVERSION 3,4,2,0
+ PRODUCTVERSION 3,4,2,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "Comments", "www.tecgraf.puc-rio.br/im\0"
+ VALUE "CompanyName", "Tecgraf/PUC-Rio\0"
+ VALUE "FileDescription", "IM - Image Representation, Storage, Capture and Processing\0"
+ VALUE "FileVersion", "3.4.2\0"
+ VALUE "LegalCopyright", "Copyright © 1994-2009 Tecgraf, PUC-Rio.\0"
+ VALUE "OriginalFilename", "im.dll\0"
+ VALUE "ProductName", "IM for Windows\0"
+ VALUE "ProductVersion", "3.4.2\0"
+ END
+ END
+END