equal
deleted
inserted
replaced
75 source fuser.cpp |
75 source fuser.cpp |
76 source gobble.cpp |
76 source gobble.cpp |
77 source xmodem.cpp |
77 source xmodem.cpp |
78 source ymodem.cpp |
78 source ymodem.cpp |
79 source version.cpp |
79 source version.cpp |
|
80 source ciftest.cpp |
80 |
81 |
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. |
82 // There doesn't seem to be a nice way of turning the platform into a string, like you have $(PLATFORM) in extension makefiles, sigh. |
82 #if defined(WINSCW) |
83 #if defined(WINSCW) |
83 #define PLAT platform_WINSCW |
84 #define PLAT platform_WINSCW |
84 #elif defined(GCCE) |
85 #elif defined(GCCE) |