Description of the different directories:

- Win32: the Win32 port of TiLP with the GTK toolkit, MSVC++ 5.0 mini is required !
- convert: contains some functions for converting my obsolete file format (TI file format now)
- dep: contains the glib calls I used in TiLT. These calls must be written for another platform than Linux.
- fargo2: FARGO support (managed by sly)
- fonts: some TI fonts
- gui: the Linux GUI (which is going to move in the gui_linux and indep directories)
- gui_beos: the BeOS GUI
- gui_linux: the Linux GUI
- gui_win: the Win32 GUI (with MFC or VCL, no GTK)
- help: the help files for TiLT
- include: no longer used (I think ??)
- indep: all parts of TiLT between the libTIcalc and the GUI which is independant of the platform
- link_box: a shared directory (with GtkTiEmu for instance) which contains the code that manages the 'Hardware & Calculator' dialog box. GTK only for the moment.
- manpages: Linux 'man' pages
- misc: DLL loading (Linux & Win32), setup link&calc, pixmaps, PCX, and so on
- pixmaps: all images used by TiLT.
- plugins: the interface with TiLT plug-ins
- po: international support of strings
- win_port: some UNIX functions which are not available under Windows

Note: GUI = Graphic User Interface
