4f7fea2add
Somehow it got hooked to simulator file functions when it should be (and was) using raw OS functions. Credit: Frank Gevaerts Change-Id: Iac02fed1067830a432183632a047e00dfd03d3c2
22 lines
579 B
Text
22 lines
579 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
|
|
|
|
#ifdef HAVE_LCD_BITMAP
|
|
../../apps/recorder/bmp.c
|
|
#endif
|