Right. Fixed line feeds. archos.ico is binary. Added a couple more files rockbox leaves in the root to the list.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11727 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christi Scarborough 2006-12-11 22:22:36 +00:00
parent 46eb5c6bcd
commit e669709994
6 changed files with 25 additions and 15 deletions

BIN
rbutil/archos.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -76,6 +76,7 @@
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="default" />
</Unit>
<Unit filename="fonts_3d.xpm">
<Option compilerVar="CPP" />
@ -104,12 +105,6 @@
<Option compilerVar="CPP" />
<Option target="default" />
</Unit>
<Unit filename="rbutil.exe.Manifest">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="default" />
</Unit>
<Unit filename="rbutil.h">
<Option compilerVar="CPP" />
<Option compile="0" />
@ -154,6 +149,12 @@
<Option link="0" />
<Option target="default" />
</Unit>
<Unit filename="tools2_3d.xpm">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="default" />
</Unit>
<Unit filename="uninstall_3d.xpm">
<Option compilerVar="CPP" />
<Option compile="0" />
@ -176,6 +177,12 @@
<Option link="0" />
<Option target="default" />
</Unit>
<Unit filename="wx_pch.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="default" />
</Unit>
<Extensions />
</Project>
</CodeBlocks_project_file>

View file

@ -36,7 +36,10 @@ wxDEFINE_SCOPED_PTR_TYPE(wxZipEntry);
const wxChar* _rootmatch[] = {
wxT("rockbox.*"),
wxT("ajbrec.ajz"),
wxT("archos.mod")
wxT("archos.mod"),
wxT(".scrobbler.*"),
wxT("battery_bench.txt"),
wxT("battery.dummy"),
};
const wxArrayString* rootmatch = new wxArrayString(
(size_t) (sizeof(_rootmatch) / sizeof(wxChar*)), _rootmatch);