From a378d97dc9d9eadaef00a9f01816948db5f3a796 Mon Sep 17 00:00:00 2001
From: rpj <rpj>
Date: Tue, 4 Jan 2000 10:19:28 +0000
Subject: Main changes (see ChangeLog diff for details and attributions):- 
 - asynchronous cancellation added 	- attempt to hide internal exceptions
 from applications 	- kernel32 load/free problem fixed 	- new tests 
 - changes only to comments in some tests

---
 README | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

(limited to 'README')

diff --git a/README b/README
index 4e4be15..0b6db0c 100644
--- a/README
+++ b/README
@@ -20,11 +20,18 @@ Acknowledgements
 Pthreads-win32 is based substantially on a Win32 Pthreads implementation
 contributed by John E. Bossom <jebossom@cognos.com>.
 
-See the 'MAINTAINERS' file for the list of contributors.
+See the 'CONTRIBUTORS' file for the list of contributors.
 
 
-Why you cannot build the library with Cygwin or Mingw32 yet
------------------------------------------------------------
+Building under Mingw32
+----------------------
+
+pthread.dll can be build with the current development version of mingw32.
+Use the GNUmakefile with GNU make should do the right thing.
+
+
+Why you cannot build the library with Cygwin yet
+------------------------------------------------
 
 The DLL pthread.dll still cannot be built using g++ due to non thread-safe
 exception handling in g++.  Thanks to Kevin Ruland for researching this
-- 
cgit v1.2.3