[Alephmodular-devel] File organization and multiple platforms?
Status: Pre-Alpha
Brought to you by:
brefin
From: Br'fin <br...@ma...> - 2003-01-28 01:58:56
|
I was just working over the abstract file document. And decided to add a part about implementation details. A quick note about files, and how they will be migrated. (so in the case below, going back in CFiles.h far enough would reveal it was once portable_files.h) > File organization details: > Initial work will proceed in portable_files.h, files_macintosh.cpp and > Support/CFiles.cpp. At a later point in time when files are > reorganized, this will become > Support/CFiles.h > Support/CFiles.cpp > Support/CFiles_macintosh.cpp In other words <class file>.h <class file>.cpp <class file>_<platform>.cpp -Jeremy Parsons |