177bd8ecf4
Portable rbutil no longer tries to delete itself from the player if you decide to uninstall. Version bumped to 0.2.1.1 to avoid confusion. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11759 a1c6a512-1295-4272-9138-f99709370657
27 lines
653 B
Text
27 lines
653 B
Text
#define RBUTIL 1
|
|
#include <wx/msw/wx.rc>
|
|
RBUTIL VERSIONINFO
|
|
FILEVERSION 0,2,1,1
|
|
PRODUCTVERSION 0,2,1,1
|
|
FILEOS 0x00000004
|
|
FILETYPE 0x00000001
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "FFFF0000"
|
|
BEGIN
|
|
VALUE "FileVersion", "0.2.1.1\0"
|
|
VALUE "ProductVersion", "0.2.1.1\0"
|
|
VALUE "CompanyName", "Rockbox Team\0"
|
|
VALUE "FileDescription", "Rockbox Utility\0"
|
|
VALUE "InternalName", "rbutil\0"
|
|
VALUE "LegalCopyright", "(C) 2005,6 Rockbox Team\0"
|
|
VALUE "ProductName", "Rockbox Utility\0"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0xFFFF, 0x0000
|
|
END
|
|
END
|
|
RBUTIL_ICON ICON archos.ico
|