
                        Welcome to PDCurses

 Contents
 --------
 This directory contains core PDCurses source code files specific to
 the Win32 platform - console mode (NT/2000/XP/2003 and Windows 9x/ME).

 GNU Compilers:
 --------------
 1. To compile for Cygwin, start bash/sh and then run
 	"make -f gcc-cygwin.mak'
 	"make -f gcc-cygwin.mak dist'
  You will get a tarball ready for distribution

 2. To compile for Mingw, start bash/sh and then run
 	"make -f gcc-mingw.mak'
 	"make -f gcc-mingw.mak dist'
  You will get a tarball ready for distribution

 3. To compile for MSYS, start bash/sh and then run
 	"make -f gcc-msys.mak'
 	"make -f gcc-msys.mak dist'
  You will get a tarball ready for distribution

 
 Distribution Status
 -------------------
 The files in this directory are released to the Public Domain.


 Acknowlegements
 ---------------
 Generic Win32 port was provided by Chris Szurgot (szurgot@itribe.net)

 Win32 Makefiles for Cygwin, Mingw, and MSYS crafted and/or amended by
 Professor Abimbola Olowofoyeku - the African Chief (www.greatchief.plus.com)
 
