658026e626
Note: I left behind lcd_bitmap in features.txt, because removing it would require considerable work in the manual and the translations. Change-Id: Ia8ca7761f610d9332a0d22a7d189775fb15ec88a
20 lines
549 B
Text
20 lines
549 B
Text
#undef unix /* messes up filesystem-unix.c below */
|
|
../../apps/gui/skin_engine/skin_parser.c
|
|
../../apps/gui/skin_engine/skin_backdrops.c
|
|
../../apps/gui/viewport.c
|
|
../../apps/misc.c
|
|
../../firmware/common/strlcpy.c
|
|
../../firmware/common/pathfuncs.c
|
|
../../firmware/asm/mempcpy.c
|
|
#ifdef WIN32
|
|
../../firmware/target/hosted/filesystem-win32.c
|
|
#else /* !WIN32 */
|
|
../../firmware/target/hosted/filesystem-unix.c
|
|
#endif /* WIN32 */
|
|
../../firmware/target/hosted/filesystem-app.c
|
|
#ifdef DEBUG
|
|
../../firmware/debug.c
|
|
#endif
|
|
checkwps.c
|
|
|
|
../../apps/recorder/bmp.c
|