annotate lib-src/run.rc @ 388:aabb7f5b1c81 r21-2-9

Import from CVS: tag r21-2-9
author cvs
date Mon, 13 Aug 2007 11:09:42 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
1 XEmacs ICON PRELOAD "xemacs.ico"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
2 XEmacsFile ICON "file.ico"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
3 XEmacsLisp ICON "lisp.ico"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
4
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
5 #include <windows.h>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
6 #include "run.h"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
7
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
8 1 VERSIONINFO
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
9 FILEVERSION 1, 1, 4, 0
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
10 PRODUCTVERSION 1, 1, 4, 0
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
11 FILEOS VOS_NT_WINDOWS32
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
12 FILETYPE VFT_APP
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
13 FILESUBTYPE 0
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
14 BEGIN
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
15 BLOCK "StringFileInfo"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
16 BEGIN
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
17 BLOCK "04090000"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
18 BEGIN
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
19 VALUE "CompanyName", "Charles S. Wilson\000"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
20 VALUE "FileDescription", "Runs console-mode programs sans console.\000"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
21 VALUE "FileVersion", "1.1.4\000"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
22 VALUE "InternalName", "run\000"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
23 VALUE "LegalCopyright", "Copyright © 1998 Charles S. Wilson\000"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
24 VALUE "OriginalFilename", "run.exe\000"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
25 VALUE "ProductName","run\000"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
26 VALUE "ProductVersion","1.1.4\000"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
27 VALUE "GPL Copyleft", "Released under the GNU General Public License version 2 --------------------------------------- This program is free software; you can redistribute it and/or modify it under the termms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. --------------------------------------- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. --------------------------------------- You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\000"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
28 END
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
29 END
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents:
diff changeset
30 END