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
|
@ -32,7 +32,7 @@ PLUGIN_HEADER
|
|||
#define SOKOBAN_SAVE_FILE PLUGIN_GAMES_DIR "/sokoban.save"
|
||||
#define SOKOBAN_SAVE_FOLDER "/games"
|
||||
|
||||
#include "sokoban_tiles.h"
|
||||
#include "pluginbitmaps/sokoban_tiles.h"
|
||||
#define SOKOBAN_TILESIZE BMPWIDTH_sokoban_tiles
|
||||
/* SOKOBAN_TILESIZE is the number of pixels for each block.
|
||||
* Set dynamically so all targets can support levels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue