From ac240778d0669f7a5e949fd7dc196f8136847da7 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 21 Aug 2002 07:31:00 +0000 Subject: [PATCH] Added a line about MINGW32VERSION git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 46177f5b75..86a202c975 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -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 -- 2.50.0