
NEMUS SOURCE CODE INFORMATION
=============================

Nemus is developed with ANSI99/ISO2K standardized C++ and STL, using
Microsoft Visual C++.NET 2002 (MSVC++ 7.0) and GCC G++ 3.1.0. The
source code IS NOT compatible with earlier version of MSVC++ or GCC
G++. If you have earlier compilers, then you must upgrade in order to
compile the source.

Directory layout:

/.		Nemus front-end.
/app		Application related components.
/console	Console sub-system.
/gfx		Graphics sub-system.
/nes		NES emulation sub-system.
/obsolete	Obsoleted code is placed here until it is removed complety.
/ref		Reference counting components.
/util		Utility and miscellaneous components.

/win32		Win32 specific code for a particular sub-system.
/linux		Linux specific code for a particular sub-system.