1
0
Fork 0
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:
Björn Stenberg 2008-11-03 14:37:50 +00:00
parent d34837cba1
commit ac488f8cb7
19 changed files with 125 additions and 110 deletions

View file

@ -99,10 +99,10 @@ PLUGIN_HEADER
/* external bitmaps */
#ifdef HAVE_LCD_COLOR
#include "bubbles_background.h"
#include "pluginbitmaps/bubbles_background.h"
#endif
#include "bubbles_bubble.h"
#include "bubbles_emblem.h"
#include "pluginbitmaps/bubbles_bubble.h"
#include "pluginbitmaps/bubbles_emblem.h"
#define BUBBLE_WIDTH BMPWIDTH_bubbles_bubble
#define BUBBLE_HEIGHT BMPHEIGHT_bubbles_bubble