annotate osdep/mplayer.rc @ 28744:5cfef41a1771

Add standard license headers to files.
author diego
date Sun, 01 Mar 2009 13:13:25 +0000
parents a062e840afca
children 0f1b5b68af32
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28744
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
1 /*
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
2 * Windows resource file for MPlayer
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
3 *
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
4 * This file is part of MPlayer.
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
5 *
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
6 * MPlayer is free software; you can redistribute it and/or modify
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
7 * it under the terms of the GNU General Public License as published by
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
8 * the Free Software Foundation; either version 2 of the License, or
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
9 * (at your option) any later version.
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
10 *
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
11 * MPlayer is distributed in the hope that it will be useful,
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
14 * GNU General Public License for more details.
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
15 *
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
16 * You should have received a copy of the GNU General Public License along
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
17 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
19 */
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
20
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
21 #include <winver.h>
26571
404f9d9e4b92 Use consistent include paths, we always build from the top level now.
diego
parents: 25555
diff changeset
22 #include "version.h"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
23
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
24 1 VERSIONINFO
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
25 FILEVERSION 0,0,9,0
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
26 PRODUCTVERSION 0,0,9,0
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
27 FILEOS VOS__WINDOWS32
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
28 FILETYPE VFT_APP
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
29 {
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
30 BLOCK "StringFileInfo"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
31 {
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
32 BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
33 {
12719
diego
parents: 12677
diff changeset
34 VALUE "Comments","MPlayer is distributed under the terms of the GNU General Public License Version 2. Source code is available at http://www.mplayerhq.hu\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
35 VALUE "CompanyName", "\000"
12645
3841ef14a481 name change
diego
parents: 11779
diff changeset
36 VALUE "FileDescription", "MPlayer - Movie Player\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
37 VALUE "FileVersion",VERSION
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
38 VALUE "InternalName", "Counter Counter\000"
28277
a062e840afca Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.
diego
parents: 26571
diff changeset
39 VALUE "LegalCopyright", " (C) 2000-2009 MPlayer Team\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
40 //VALUE "LegalTrademarks"," \000";
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
41 VALUE "OriginalFilename", "mplayer.exe\000"
12645
3841ef14a481 name change
diego
parents: 11779
diff changeset
42 VALUE "ProductName", "MPlayer - The Movie Player\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
43 VALUE "ProductVersion",VERSION
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
44 //VALUE "SpecialBuild","\000"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
45 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
46 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
47 BLOCK "VarFileInfo"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
48 {
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
49 VALUE "Translation",0,0x04b0
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
50 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
51 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
52
26571
404f9d9e4b92 Use consistent include paths, we always build from the top level now.
diego
parents: 25555
diff changeset
53 IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
54