comparison osdep/mplayer.rc @ 9944:08608b5bb39a

windows resource file for versioninfo and icon
author faust3
date Sun, 20 Apr 2003 13:06:27 +0000
parents
children 71cf4cc1a454
comparison
equal deleted inserted replaced
9943:047436ae7143 9944:08608b5bb39a
1 /*Windows resource file for MPlayer
2 compile with
3 windres -o resfile.o mplayer.rc
4 and add resfile.o to OBJS_MPLAYER in Makefile*/
5
6 #include <winver.h>
7 #include "version.h"
8
9 1 VERSIONINFO
10 FILEVERSION 0,0,9,0
11 PRODUCTVERSION 0,0,9,0
12 FILEOS VOS__WINDOWS32
13 FILETYPE VFT_APP
14 {
15 BLOCK "StringFileInfo"
16 {
17 BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
18 {
19 VALUE "Comments","MPlayer is distributed under the terms of the GNU General Public License Version 2. Sourcecode is available at http://www.mplayerhq.hu\000"
20 VALUE "CompanyName", "\000"
21 VALUE "FileDescription", "MPlayer - Movie Player for Linux\000"
22 VALUE "FileVersion",VERSION
23 VALUE "InternalName", "Counter Counter\000"
24 VALUE "LegalCopyright", " (C) 2000-2003 Arpad Gereoffy (see DOCS)\000"
25 //VALUE "LegalTrademarks"," \000";
26 VALUE "OriginalFilename", "mplayer.exe\000"
27 VALUE "ProductName", "MPlayer - Movie Player for Linux\000"
28 VALUE "ProductVersion",VERSION
29 //VALUE "SpecialBuild","\000"
30 }
31 }
32 BLOCK "VarFileInfo"
33 {
34 VALUE "Translation",0,0x04b0
35 }
36 }
37
38 IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico"
39