]> git.saurik.com Git - wxWidgets.git/commitdiff
Added a line about MINGW32VERSION
authorJulian Smart <julian@anthemion.co.uk>
Wed, 21 Aug 2002 07:31:00 +0000 (07:31 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 21 Aug 2002 07:31:00 +0000 (07:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/msw/install.txt

index 46177f5b75df2681ddb0c7565849d6e216adb8fd..86a202c97599ebebe0914650d3663b4ab4250bde 100644 (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