This is the README file for source code package of WinSCP.

To build WinSCP from source by yourself, type 'make' in root
folder of source code package (directory where 'makefile' file resides).

To build WinSCP you need Borland C++ Builder 6 (at least Professional).

Directory structure:
/            project files of all native libraries and executable of WinSCP
/components  native WinSCP visual components
/core        core (non-visual) part of WinSCP (SSH, SCP and SFTP code)
/forms       visual part of WinSCP (dialogs and windows)
/general     general visual components (both mine and 3rd party)
/lib         this is where linked libraries are stored during build
/packages    headers files of pascal components (duplicated from /general)
/putty       source code of Putty SSH client (not all files are used by WinSCP)
/release     Inno Setup script to create setup package (see /release/readme)
/resource    resources (icons, strings, etc)
/windows     other sources

WinSCP homepage is http://winscp.sourceforge.net/

See the file 'licence' for the licence conditions.
