mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Initial revision
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11721 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b9258cf159
commit
0957acdb80
24 changed files with 4831 additions and 0 deletions
27
rbutil/rbutil-rc.rc
Normal file
27
rbutil/rbutil-rc.rc
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#define RBUTIL 1
|
||||
#include <wx/msw/wx.rc>
|
||||
RBUTIL VERSIONINFO
|
||||
FILEVERSION 0,2,0,0
|
||||
PRODUCTVERSION 0,2,0,0
|
||||
FILEOS 0x00000004
|
||||
FILETYPE 0x00000001
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "FFFF0000"
|
||||
BEGIN
|
||||
VALUE "FileVersion", "0.2.0.0\0"
|
||||
VALUE "ProductVersion", "0.2.0.0\0"
|
||||
VALUE "CompanyName", "Rockbox Team\0"
|
||||
VALUE "FileDescription", "Rockbox Utility\0"
|
||||
VALUE "InternalName", "rbutil\0"
|
||||
VALUE "LegalCopyright", "(C) 2005,5 Rockbox Team\0"
|
||||
VALUE "ProductName", "Rockbox Utility\0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0xFFFF, 0x0000
|
||||
END
|
||||
END
|
||||
RBUTIL_ICON ICON archos.ico
|
||||
Loading…
Add table
Add a link
Reference in a new issue