** Directory tree structure **

the original mingw 1.1 structure has been respected

Dev-C++
  - Bin     : binaries (compiler, linker, make...)
  - Help    : help files
  - Icons   : icons files
  - Include : include files
    - g++-v3  : C++ headers
      - std     : standard headers
    - sys     : system headers
  - Lang    : languages definition files
  - Lib     :  libraries
    - gcc-lib
      - mingw32
        - 2.95.3-6 : mingw binaries and static libraries
          - include  : system include files
            - objc      : Objective C header files
  - mingw32 : mingw files
    - bin     : binaries directory (can't find it's purpose)
    - include : mingw include files
    - lib     : mingw libs	  	
  - source : Dev-C++ sources
    - images  : various icons and bitmaps
      - gnome    : gnome icons
    - units   : Delphi object output directory
    - Vcl     : Visual components 
  - Templates : project templates