- check for autoconfigure >= 2.59;
- WINDRES default to "windres" for native mingw;
- eliminate trailing '/' from gcc -I paths for mingw gcc 3.4.2 compatibility;
- adapt etc/mingw32-dist.sh to work with LF (distribution) and CR+LF (repository)
sources
- convert all lua files to LF in exe distributions (CR+LF produces errors!)
- shifted "all" dev-environment specific values from etc/mingw32-dist.sh.in to
either etc/mingw32-config.sh or environment variables:
- introduced environment ENIGMADEVDLLS to allow diffs from defaults
- introduced environment ENIGMADEVCROSSPREFIX to allow autoadd of PATH
- shifted name of strip tool to config to allow dist script to work on
cross and native platforms
- added doc/REQUIREMENTS - detailed list of tools, libs, versions, addresses
- doc/README.mingw - added memory installation logs for native and cross
- added /etc/build-cross.sh - cross compiler build script
- added /etc/xerces-mingw-conf.sh for xerces-c cross compile