Files need to compile wxWindows with Mingw32
--------------------------------------------

The following are required for successful compilation of
wxWindows.

bin/cp.exe          ; cp from unxutils.zip
bin/rm.exe          ; rm from unxutils.zip
bin/make.exe        ; make 3.77

The following are not required, but may be useful.

bin/bison.exe       ; Bison YACC binary from unxutils.zip
bin/flex.exe        ; FLEX binary from unxutils.zip
bin/mv.exe          ; mv from unxutils.zip
bin/gunzip.exe      ; gunzip from unxutils.zip
bin/gzip.exe        ; gzip from unxutils.zip

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

Notes:

- If you wish to use bison and flex (not actually required),
  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, February 22nd 2000
