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.

Directory structure:
/            project files of all native libraries and executables
/components  native WinSCP visual components
/console     console interface
/core        core (non-visual) part of WinSCP (SSH, SCP and SFTP code)
/dragext     drag&drop shell extension
/forms       visual part of WinSCP (dialogs and windows)
/lib         this is where linked libraries are stored during build
/packages    general visual components (both mine and 3rd party)
/putty       source code of Putty SSH client
/release     Inno Setup script to create setup package (see /release/readme)
/resource    resources strings
/windows     other sources

WinSCP homepage is http://winscp.net/

See the file 'licence' for the licence conditions.
