summaryrefslogtreecommitdiffstats
path: root/tools/database/SOURCES
blob: b429f9b834b93b6473fa94d8ef1025df239eb55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#undef unix /* messes up filesystem-unix.c below */
database.c
../../apps/misc.c
../../apps/tagcache.c
../../firmware/common/itoa_buf.c
../../firmware/common/crc32.c
../../firmware/common/pathfuncs.c
../../firmware/common/strmemccpy.c
../../firmware/common/strlcpy.c
../../firmware/common/strcasestr.c
../../firmware/common/unicode.c
../../firmware/target/hosted/debug-hosted.c
../../firmware/logf.c
#ifdef WIN32
../../firmware/target/hosted/filesystem-win32.c
#else /* !WIN32 */
../../firmware/target/hosted/filesystem-unix.c
#endif /* WIN32 */
#ifdef APPLICATION
../../firmware/target/hosted/filesystem-app.c
#else /* !APPLICATION */
../../uisimulator/common/filesystem-sim.c
#endif /* APPLICATION */
/* Caution. metadata files do not add!! */