From 41d03f34b0f3b24cf0e1d1ac4247e14eb8e23ab5 Mon Sep 17 00:00:00 2001 From: Dabb Date: Tue, 26 Dec 2000 17:58:06 +0000 Subject: [PATCH] Added some mingw stuffs --- README.WIN | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.WIN b/README.WIN index 6f55886..8beab65 100644 --- a/README.WIN +++ b/README.WIN @@ -1,3 +1,16 @@ +----------------------------------------------------------------------- +COMPILING NEWTREE FOR WIN32 (Win95/98,NT/2000) + +We've succesfully compiled newtree source code with following +compilers: + +- Microsoft Visual C 6.0 (commercial) +- Borland C++ compiler v5.5 (free) and v5.02 +- Borland C++ Builder 5 (commercial) +- Mingw (free, GPL), (GCC 2.95.2, http://www.mingw.org) + +* Mingw compiling instructions will be added shortly. + ----------------------------------------------------------------------- Steps to compile standalone on win32 platforms with VC++.