summaryrefslogtreecommitdiff
path: root/cd/src/cd.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 /cd/src/cd.rc
Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux.
Diffstat (limited to 'cd/src/cd.rc')
-rwxr-xr-xcd/src/cd.rc19
1 files changed, 19 insertions, 0 deletions
diff --git a/cd/src/cd.rc b/cd/src/cd.rc
new file mode 100755
index 0000000..42c3f8c
--- /dev/null
+++ b/cd/src/cd.rc
@@ -0,0 +1,19 @@
+1 VERSIONINFO
+ FILEVERSION 5,0,1,0
+ PRODUCTVERSION 5,0,1,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "Comments", "www.tecgraf.puc-rio.br/cd\0"
+ VALUE "CompanyName", "Tecgraf/PUC-Rio\0"
+ VALUE "FileDescription", "CD - Canvas Draw, A 2D Graphics Library\0"
+ VALUE "FileVersion", "5.0.1\0"
+ VALUE "LegalCopyright", "Copyright © 1994-2008 Tecgraf, PUC-Rio.\0"
+ VALUE "OriginalFilename", "cd.dll\0"
+ VALUE "ProductName", "CD for Windows\0"
+ VALUE "ProductVersion", "5.0.1\0"
+ END
+ END
+END