mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18987 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d34837cba1
commit
ac488f8cb7
19 changed files with 125 additions and 110 deletions
|
|
@ -253,8 +253,8 @@ static int cursor_pos, moves;
|
|||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
#include "flipit_cursor.h"
|
||||
#include "flipit_tokens.h"
|
||||
#include "pluginbitmaps/flipit_cursor.h"
|
||||
#include "pluginbitmaps/flipit_tokens.h"
|
||||
|
||||
#define PANEL_HEIGHT 12
|
||||
#define TK_WIDTH BMPWIDTH_flipit_cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue