This directory contains pre-compiled versions of HawkNL for GNE.
The Windows versions have been compiled with the (as of yet non-default) NL_WIN_THREADS option which cuts out the need for the pthreads-win32 library and DLL and instead uses native win32 threads.  GNE now also does not require pthreads-win32 as it has a native implemenation for windows, so with these versions you need not install or use pthreads-win32.

As of this time, the current version is 1.6 final.

msvcnet - Contains 1.6, compiled with NL_WIN_THREADS so pthreads-win32 is not needed.  Compiled with MSVC.NET
  Notes: The .NET compiled version works for all supported MSVC versions, but note that it does require the new set of Microsoft runtimes that come with MSVC.NET.  These DLLs are NOT included, so unless you have the new MSVCR7 series of DLLs, do not use this compile with MSVC6.

msvc6 - Contains 1.6, compiled with NL_WIN_THREADS so pthreads-win32 is not needed.  Compiled with MSVC6
  Notes: This version should work for MSVC6 or MSVC.NET.  It uses the MSVCRT version 6 libraries that come with Windows 98 or higher.

mingw - Contains 1.6, compiled with NL_WIN_THREADS so pthreads-win32 is not needed.  Compiled with mingw 1.0
