diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-01-22 23:32:34 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-22 23:32:34 +0000 |
| commit | 2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a (patch) | |
| tree | 2ad52eda1ad0752de1e2703be072aefe869798f4 /tools | |
| parent | 19c0664d3b7e46825f5485dd33bcb98562d50331 (diff) | |
| download | rockbox-2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a.zip rockbox-2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a.tar.gz rockbox-2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a.tar.bz2 rockbox-2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a.tar.xz | |
Added (somewhat blurry) boot logo for X5 and made sure it builds logos for
remote fine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8421 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index e7a7c8d..9d51e40 100755 --- a/tools/configure +++ b/tools/configure @@ -680,6 +680,8 @@ appsdir='\$(ROOTDIR)/apps' tool="$rootdir/tools/scramble -add=x5" # wrong, must be fixed bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$rootdir/tools/bmp2rb -f 4" + bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" output="rockbox.iaudio" appextra="recorder:gui" archosrom="" |