equal
deleted
inserted
replaced
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) |