From 0b968efaac8e53a170a870a8526b690190323125 Mon Sep 17 00:00:00 2001 From: johns <> Date: Thu, 23 May 2002 13:31:38 +0000 Subject: [PATCH] Updated VC++ question. --- doc/faq.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/faq.html b/doc/faq.html index d9762b99c..503f688e6 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -147,9 +147,14 @@ DFLAGS= $(THREAD) $(CCL) $(VERSION) $(VIDEO) $(ZDEFS) $(DSOUND) \ <DD>A: Try installing FreeCraft to C:\. <P> -<DT><FONT COLOR="#FF0000">Q: Can I compile FreeCraft with VC++ or Borland C++?</FONT> -<DD>A: This C compiler aren't support yet, you can build a project and than -mail it to us.<P> +<DT><FONT COLOR="#FF0000">Q: Can I compile FreeCraft with VC++?</FONT> +<DD>A: Yes. Follow the instructions in <A HREF="development.html"> +development.html</A>. But mingw32 is better supported and regular tested. + +<P> +<DT><FONT COLOR="#FF0000">Q: Can I compile FreeCraft with Borland C++?</FONT> +<DD>A: This C compiler isn't support yet, you can build a project and +write the instrutions and than mail it to us.<P> But you can use <A HREF="http://sources.redhat.com/cygwin/">cygwin</A> or <A HREF="http://www.mingw.org">MinGW</A> both are GNU C compilers for windows.