rbutil can now install the Freedoom wads. Thanks to M.Arnold for the pic on the doom install button

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13397 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2007-05-16 19:12:22 +00:00
parent 8c2bcf1bff
commit 4544c43794
11 changed files with 1489 additions and 28 deletions

View file

@ -1,8 +1,8 @@
#define RBUTIL 1
#include <wx/msw/wx.rc>
RBUTIL VERSIONINFO
FILEVERSION 0,3,2,2
PRODUCTVERSION 0,3,2,2
FILEVERSION 0,3,2,3
PRODUCTVERSION 0,3,2,3
FILEOS 0x00000004
FILETYPE 0x00000001
BEGIN
@ -10,8 +10,8 @@ BEGIN
BEGIN
BLOCK "FFFF0000"
BEGIN
VALUE "FileVersion", "0.3.2.2\0"
VALUE "ProductVersion", "0.3.2.2\0"
VALUE "FileVersion", "0.3.2.3\0"
VALUE "ProductVersion", "0.3.2.3\0"
VALUE "CompanyName", "Rockbox Team\0"
VALUE "FileDescription", "Rockbox Utility\0"
VALUE "InternalName", "rbutil\0"