patch #6571
[mldonkey.git] / config / mldonkey.rc.in
blob6054e88b83a35f3d0ed89e1c11f3678ba122dde1
1 // GPL code based on mplayer.rc file from MPlayer Linux Movie Player GPL source - http://www.mplayerhq.hu
3 /*Windows resource file for MLdonkey
4    compile with
5    windres -o resfile.o mldonkey.rc
6    and add resfile.o to OBJS_MPLAYER in Makefile*/
8 #include <winver.h>   
9 // #include "version.h"
11 1 VERSIONINFO
12 FILEVERSION @MAJOR_VERSION@,@MINOR_VERSION@,@SUB_VERSION@,0
13 PRODUCTVERSION @MAJOR_VERSION@,@MINOR_VERSION@,@SUB_VERSION@,0
14 FILEOS VOS__WINDOWS32
15 FILETYPE VFT_APP
17     BLOCK "StringFileInfo" 
18     {  
19             BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
20         {
21                     VALUE "Comments", "MLdonkey is distributed under the terms of the GNU General Public License Version 2. Sourcecode is available at http://mldonkey.sf.net"
22             VALUE "CompanyName", "MLdonkey team, http://mldonkey.sf.net"
23             VALUE "FileDescription", "MLdonkey - multiuser P2P daemon"
24             VALUE "FileVersion", "@MLDONKEY_VERSION@"
25             VALUE "InternalName", "MLdonkey"
26             VALUE "LegalCopyright", "Copyright © 2000-2006 MLdonkey team (see README)"
27             VALUE "OriginalFilename", "mlnet.exe"
28             VALUE "ProductName", "MLdonkey - multiuser P2P daemon"
29             VALUE "ProductVersion", "@MLDONKEY_VERSION@"
30             VALUE "SpecialBuild", ""
31         }
32     }
33     BLOCK "VarFileInfo"  
34     {
35             VALUE "Translation",0,0x04b0
36     }
39 IDI_ICON1 ICON DISCARDABLE  "config/mldonkey.ico"