mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix database tool.
It was also broken functionally, probably since a while.So restore the functionality. Run it on the dap, the tcd files will be placed into .rockbox folder. Change-Id: Id7a6ce4389dfaf99799258902be80d630af0601c
This commit is contained in:
parent
b358bcfc25
commit
efe73e143a
10 changed files with 62 additions and 64 deletions
|
@ -30,11 +30,7 @@
|
|||
/* name of directory where configuration, fonts and other data
|
||||
* files are stored */
|
||||
#ifdef __PCTOOL__
|
||||
#undef ROCKBOX_DIR
|
||||
#undef ROCKBOX_DIR_LEN
|
||||
#undef WPS_DIR
|
||||
#define ROCKBOX_DIR "."
|
||||
#define ROCKBOX_DIR_LEN 1
|
||||
#else
|
||||
|
||||
/* ROCKBOX_DIR is now defined in autoconf.h for flexible build types */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue