Let's not clog the src folder please
src/base/amiga (not src/amiga)
src/base/unix (not src/unix)
What about using a _<platform>.c suffix, as in:
src/base/ftsystem_amiga.c
src/base/ftsystem_win32.c
etc..
We are no longer limited to 8.3 filenames, and I find this approach makes it easy to spot source files which have platform-specific variants.
> don't you think that all those (source) files should be in src/ ? I
> would find these more logical. Maybe in subdirectories of src (like
> src/unix src/mac src/windows etc...)