Moved database builder into a separate directory, and gave it its' own Makefile....
commitbe9fff92c3cf0d949ac2c8cfeaeae34a289980af
authorzagor <zagor@a1c6a512-1295-4272-9138-f99709370657>
Mon, 15 Dec 2008 23:42:19 +0000 (15 23:42 +0000)
committerzagor <zagor@a1c6a512-1295-4272-9138-f99709370657>
Mon, 15 Dec 2008 23:42:19 +0000 (15 23:42 +0000)
treead63d929d4ebb1f762faf838ee9da965cfc0ab0b
parentdf88d3792c033b0947af0b0065d62dee0c848a99
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
apps/metadata.c
apps/tagcache.c
firmware/common/unicode.c
firmware/include/time.h
tools/Makefile
tools/database.c [deleted file]
tools/database/Makefile [new file with mode: 0644]
tools/database/database.c [new file with mode: 0644]
uisimulator/common/io.c