mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: make autodetection silent on startup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13703 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9d0e4e102b
commit
a92fc620f0
3 changed files with 12 additions and 10 deletions
|
|
@ -18,6 +18,7 @@
|
|||
<Option compiler="gcc" />
|
||||
<Option projectResourceIncludeDirsRelation="0" />
|
||||
<ExtraCommands>
|
||||
<Add before="cmd /c cd icons && bin2c.exe *.png" />
|
||||
<Add after="upx --best --compress-icons=0 rbutil.exe" />
|
||||
</ExtraCommands>
|
||||
<MakeCommands>
|
||||
|
|
@ -91,9 +92,6 @@
|
|||
<Add directory="$(#WX.lib)" />
|
||||
<Add directory=".\" />
|
||||
</Linker>
|
||||
<ExtraCommands>
|
||||
<Add before="cmd /c cd icons && bin2c.exe *.png" />
|
||||
</ExtraCommands>
|
||||
<Unit filename="Makefile" />
|
||||
<Unit filename="archos.ico" />
|
||||
<Unit filename="autodetection.cpp" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue