Updated VC++ question.

This commit is contained in:
johns 2002-05-23 13:31:38 +00:00
parent 03c41e6e58
commit 0b968efaac

View file

@ -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.