summaryrefslogtreecommitdiff
path: root/tools/database/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'tools/database/SOURCES')
-rw-r--r--tools/database/SOURCES10
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/database/SOURCES b/tools/database/SOURCES
index 5c9b971583..71593bba11 100644
--- a/tools/database/SOURCES
+++ b/tools/database/SOURCES
@@ -1,15 +1,21 @@
1#undef unix /* messes up filesystem-unix.c below */
1database.c 2database.c
2../../apps/misc.c 3../../apps/misc.c
3../../apps/tagcache.c 4../../apps/tagcache.c
4../../firmware/common/crc32.c 5../../firmware/common/crc32.c
5../../firmware/common/filefuncs.c 6../../firmware/common/pathfuncs.c
6../../firmware/common/strlcpy.c 7../../firmware/common/strlcpy.c
7../../firmware/common/strcasestr.c 8../../firmware/common/strcasestr.c
8../../firmware/common/structec.c 9../../firmware/common/structec.c
9../../firmware/common/unicode.c 10../../firmware/common/unicode.c
10../../firmware/target/hosted/debug-hosted.c 11../../firmware/target/hosted/debug-hosted.c
11../../firmware/logf.c 12../../firmware/logf.c
12../../uisimulator/common/io.c 13../../firmware/target/hosted/filesystem-unix.c
14#ifdef APPLICATION
15../../firmware/target/hosted/filesystem-app.c
16#else /* !APPLICATION */
17../../uisimulator/common/filesystem-sim.c
18#endif /* APPLICATION */
13#if CONFIG_CODEC != SWCODEC 19#if CONFIG_CODEC != SWCODEC
14../../lib/rbcodec/metadata/id3tags.c 20../../lib/rbcodec/metadata/id3tags.c
15../../lib/rbcodec/metadata/metadata.c 21../../lib/rbcodec/metadata/metadata.c