forked from len0rd/rockbox
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
|
|
@ -293,7 +293,7 @@ static int control;
|
|||
/* the current board */
|
||||
static char board[STAR_HEIGHT][STAR_WIDTH];
|
||||
|
||||
#include "star_tiles.h"
|
||||
#include "pluginbitmaps/star_tiles.h"
|
||||
|
||||
#define TILE_WIDTH BMPWIDTH_star_tiles
|
||||
#define TILE_HEIGHT (BMPHEIGHT_star_tiles/5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue