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
|
@ -20,12 +20,12 @@
|
|||
****************************************************************************/
|
||||
#include "plugin.h"
|
||||
|
||||
#include "pegbox_header.h"
|
||||
#include "pegbox_pieces.h"
|
||||
#include "pluginbitmaps/pegbox_header.h"
|
||||
#include "pluginbitmaps/pegbox_pieces.h"
|
||||
|
||||
#if LCD_HEIGHT >= 80 /* enough space for a graphical menu */
|
||||
#include "pegbox_menu_top.h"
|
||||
#include "pegbox_menu_items.h"
|
||||
#include "pluginbitmaps/pegbox_menu_top.h"
|
||||
#include "pluginbitmaps/pegbox_menu_items.h"
|
||||
#define MENU_X (LCD_WIDTH-BMPWIDTH_pegbox_menu_items)/2
|
||||
#define MENU_Y BMPHEIGHT_pegbox_menu_top
|
||||
#define ITEM_WIDTH BMPWIDTH_pegbox_menu_items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue