core/src/fshell.mmp
changeset 66 2a78c4ff2eab
parent 54 ea6622dea85a
child 78 b3ffff030d5c
equal deleted inserted replaced
63:6a2083f7eeb8 66:2a78c4ff2eab
    74 source          fuser.cpp
    74 source          fuser.cpp
    75 source          gobble.cpp
    75 source          gobble.cpp
    76 source          xmodem.cpp
    76 source          xmodem.cpp
    77 source          ymodem.cpp
    77 source          ymodem.cpp
    78 source          version.cpp
    78 source          version.cpp
       
    79 source          ciftest.cpp
    79 
    80 
    80 // There doesn't seem to be a nice way of turning the platform into a string, like you have $(PLATFORM) in extension makefiles, sigh.
    81 // There doesn't seem to be a nice way of turning the platform into a string, like you have $(PLATFORM) in extension makefiles, sigh.
    81 #if defined(WINSCW)
    82 #if defined(WINSCW)
    82 #define PLAT platform_WINSCW
    83 #define PLAT platform_WINSCW
    83 #elif defined(GCCE)
    84 #elif defined(GCCE)