Added a line about MINGW32VERSION

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-08-21 07:31:00 +00:00
parent 25fc812c74
commit ac240778d0

View File

@ -498,6 +498,9 @@ Here are the steps required using the provided makefiles:
*** IMPORTANT: For Cygwin/Mingw32, use forward slashes in the path, not
backslashes.
- Check src/makeg95.env to see that MINGW32VERSION is set to correctly
reflect the version of gcc that you have. Edit it as needed.
- Use the makefile.g95 files for compiling wxWindows and samples,
e.g. to compile a debugging version of wxWindows:
> cd c:\wx\src\msw