mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Moved database builder into a separate directory, and gave it its' own Makefile. Now it compiles cleanly and builds a database if ran in root of music tree.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19448 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f37f04619
commit
ee46a3d88e
9 changed files with 122 additions and 37 deletions
|
@ -83,9 +83,8 @@ static const char *name_codepages[NUM_CODEPAGES+1] =
|
|||
#define MAX_CP_TABLE_SIZE 640
|
||||
#define NUM_TABLES 1
|
||||
|
||||
static const char *filename[NUM_TABLES] =
|
||||
{
|
||||
CODEPAGE_DIR"/isomini.cp",
|
||||
static const char *filename[NUM_TABLES] = {
|
||||
CODEPAGE_DIR"/isomini.cp"
|
||||
};
|
||||
|
||||
static const char cp_2_table[NUM_CODEPAGES] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue