Files need to compile wxWindows with Mingw32 or Mingw32/EGCS
------------------------------------------------------------

The following are required for successful compilation of
wxWindows. It is hoped that we can reduce this list further by
finding out more about how the tools work.

bin/bison.exe       ; Bison YACC binary from van der Heijden Mingw32 site
bin/flex.exe        ; FLEX binary from van der Heijden Mingw32 site
bin/make.exe        ; make binary from van der Heijden Mingw32 site
bin/rm.exe          ; rm from Unix95 tools
bin/mv.exe          ; mv from Unix95 tools
bin/sh.exe          ; sh from Gnu-Win32 b19
bin/cygwinb19.dll   ; DLL required to run the above

share/bison.hairy   ; File required for Bison
share/bison.simple  ; File required for Bison

Notes:

- sh.exe is necessary for make.exe to work properly. If it's
  not found, then make.exe complains about unrecognised
  paths in the wxWindows makefile.

- cygwinb19.dll is required for sh.exe to work. Perhaps we can
  find a sh.exe that doesn't need this DLL (e.g. compile it using
  Mingw32).

- Don't forget to set these variables:

  set BISON_SIMPLE=C:\MINGW32\share\bison.simple
  set BISON_HAIRY=C:\MINGW32\share\bison.hairy

Julian Smart, May 7th 1998
