checkin of 0.3.0
[pspp-builds.git] / sysdeps / windows / README
1 PSPP currently runs only as a console-mode application under Windows
2 environments.  Since Windows 3.1 does not provide a console, PSPP
3 needs special assistance to run under Windows 3.1.  con32s is a small
4 library that I have developed to do this.  This directory contains the
5 compiler-independent portion of con32s.  There is also a small
6 compiler-dependent portion that need to be written for each compiler.
7 See the example for Borland C++ for more details.
8
9         -blp
10