This explains the layout of the directory hierarchy within CStudio.
css This is the main directory for CStudio. It can be any path your operating system supports and includes the executables and dynamic libraries.
css/data/ This contains all the data you need for CStudio, including its config files.
css/docs/ This contains the documentation, this guide and some .txt files (like plans, todos and history).
css/include/ This is where the header files reside.
css/libs/ This is where the wx libraries reside.
css/mk/ This is where the Jam and Autoconf scripts reside.
css/msvc/ This is where the Visual Studio Project Files reside.
css/plugins/ This is the place where the source code of the plugins is stored. (actionmgr, cmd, creators, em, mapbrowser, select, splitview, view2d, viewcs)
css/src/ This is where the source code of the application itsself resides.
Not all subdirectories are listed here, but these are the most important ones.
This document was generated using bare hands [TM].