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
5 windres -o resfile.o mldonkey.rc
6 and add resfile.o to OBJS_MPLAYER in Makefile*/
9 // #include "version.h"
12 FILEVERSION @MAJOR_VERSION@,@MINOR_VERSION@,@SUB_VERSION@,0
13 PRODUCTVERSION @MAJOR_VERSION@,@MINOR_VERSION@,@SUB_VERSION@,0
17 BLOCK "StringFileInfo"
19 BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
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", ""
35 VALUE "Translation",0,0x04b0
39 IDI_ICON1 ICON DISCARDABLE "config/mldonkey.ico"