From 734279c6a4166adc3e1deb9bb80f42bd71b26b9b Mon Sep 17 00:00:00 2001 From: johns <> Date: Sat, 8 Dec 2001 22:03:43 +0000 Subject: [PATCH] VC++ section improved. --- doc/development.html | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/doc/development.html b/doc/development.html index eba8a5703..2fec3e335 100644 --- a/doc/development.html +++ b/doc/development.html @@ -202,12 +202,47 @@ You need a C compiler for windows.
This isn't supported yet. If you have created a project please send me the url. FreeCraft now compiles without errors, but now many functions - are missing. -
+ are missing.
+
+ Please send me correction and improvements for this, I can't test this. + + +
The Cygwin tools are ports of the popular GNU development tools and utilities for Windows. They function by using the Cygwin library which provides a UNIX-like API on top of the Win32 API. -
+
MinGW is a collection of header files and import libraries that allow one to use GCC and produce native Windows32 programs that do not rely on any 3rd-party DLLs.