Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
387:f892a9d0bb8d | 388:aabb7f5b1c81 |
---|---|
1 XEmacs ICON PRELOAD "xemacs.ico" | |
2 XEmacsFile ICON "file.ico" | |
3 XEmacsLisp ICON "lisp.ico" | |
4 | |
5 #include <windows.h> | |
6 #include "run.h" | |
7 | |
8 1 VERSIONINFO | |
9 FILEVERSION 1, 1, 4, 0 | |
10 PRODUCTVERSION 1, 1, 4, 0 | |
11 FILEOS VOS_NT_WINDOWS32 | |
12 FILETYPE VFT_APP | |
13 FILESUBTYPE 0 | |
14 BEGIN | |
15 BLOCK "StringFileInfo" | |
16 BEGIN | |
17 BLOCK "04090000" | |
18 BEGIN | |
19 VALUE "CompanyName", "Charles S. Wilson\000" | |
20 VALUE "FileDescription", "Runs console-mode programs sans console.\000" | |
21 VALUE "FileVersion", "1.1.4\000" | |
22 VALUE "InternalName", "run\000" | |
23 VALUE "LegalCopyright", "Copyright © 1998 Charles S. Wilson\000" | |
24 VALUE "OriginalFilename", "run.exe\000" | |
25 VALUE "ProductName","run\000" | |
26 VALUE "ProductVersion","1.1.4\000" | |
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" | |
28 END | |
29 END | |
30 END |