Moved database builder into a separate directory, and gave it its' own Makefile....
commitee46a3d88e8378e58f01ff0d521477ba0b7201fb
authorBjörn Stenberg <bjorn@haxx.se>
Mon, 15 Dec 2008 23:42:19 +0000 (15 23:42 +0000)
committerBjörn Stenberg <bjorn@haxx.se>
Mon, 15 Dec 2008 23:42:19 +0000 (15 23:42 +0000)
treead63d929d4ebb1f762faf838ee9da965cfc0ab0b
parent9f37f04619feb93a6a5adb36e7db6d7ace3c227c
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