Initial attempt at using bmp2rb in the build system. Don't forget to re-run configure
commit38b9a94e2370f1efc6b8ee63f4bc054cf2badb39
authordave <dave@a1c6a512-1295-4272-9138-f99709370657>
Sun, 22 Jan 2006 21:30:32 +0000 (22 21:30 +0000)
committerdave <dave@a1c6a512-1295-4272-9138-f99709370657>
Sun, 22 Jan 2006 21:30:32 +0000 (22 21:30 +0000)
treef0ae5015c0cf609e4137757dc243cdc386dd34e2
parent0539e84860e7d94c33e7fee7e5a1b7c480065888
Initial attempt at using bmp2rb in the build system.  Don't forget to re-run configure

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8418 a1c6a512-1295-4272-9138-f99709370657
38 files changed:
apps/Makefile
apps/bitmaps/mono/Makefile [new file with mode: 0644]
apps/bitmaps/mono/SOURCES [new file with mode: 0644]
apps/bitmaps/native/Makefile [new file with mode: 0644]
apps/bitmaps/native/SOURCES [new file with mode: 0644]
apps/bitmaps/native/rockboxlogo.112x37x1.bmp [new file with mode: 0644]
apps/bitmaps/native/rockboxlogo.160x53x2.bmp [new file with mode: 0644]
apps/bitmaps/native/rockboxlogo.176x54x16.bmp [new file with mode: 0644]
apps/bitmaps/native/rockboxlogo.220x68x16.bmp [new file with mode: 0644]
apps/bitmaps/remote_mono/Makefile [new file with mode: 0644]
apps/bitmaps/remote_mono/SOURCES [new file with mode: 0644]
apps/bitmaps/remote_native/Makefile [new file with mode: 0644]
apps/bitmaps/remote_native/SOURCES [new file with mode: 0644]
apps/bitmaps/remote_native/remote_rockboxlogo.112x37x1.bmp [new file with mode: 0644]
apps/misc.c
apps/plugins/Makefile
apps/plugins/bitmaps/mono/Makefile [new file with mode: 0644]
apps/plugins/bitmaps/mono/SOURCES [new file with mode: 0644]
apps/plugins/bitmaps/native/Makefile [new file with mode: 0644]
apps/plugins/bitmaps/native/SOURCES [new file with mode: 0644]
apps/plugins/bitmaps/native/sudoku_inverse.112x64x1.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sudoku_inverse.160x128x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sudoku_inverse.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sudoku_normal.112x64x1.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sudoku_normal.160x128x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sudoku_normal.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sudoku_start.112x64x1.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sudoku_start.160x128x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sudoku_start.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/remote_mono/Makefile [new file with mode: 0644]
apps/plugins/bitmaps/remote_mono/SOURCES [new file with mode: 0644]
apps/plugins/bitmaps/remote_native/Makefile [new file with mode: 0644]
apps/plugins/bitmaps/remote_native/SOURCES [new file with mode: 0644]
apps/plugins/sudoku.c
apps/recorder/icons.c
apps/recorder/icons.h
tools/configure
tools/makebmp.inc [new file with mode: 0644]