1
0
Fork 0
forked from len0rd/rockbox
foxbox/tools/database/SOURCES
William Wilgus 7897cded2d [FixRed] Database add itoa_buf to SOURCES
Change-Id: I6d070aea2c444e4a888c72c339688bd63d337aae
2025-02-18 11:56:47 -05:00

24 lines
746 B
Text

#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!! */