summaryrefslogtreecommitdiffstats
path: root/config-mingw64
AgeCommit message (Collapse)Author
2013-03-04Handle warning flags betterJay Berkenbilt
Make --enable-werror work properly on msvc, handle extra warnings flags for msvc in configure.ac instead of hardcoding into make/msvc.mk, separate warnings flags into WFLAGS in autoconf.mk to avoid duplication and to make it easier to override.
2012-06-22Adjust Windows built to support 32-bit and 64-bit buildsJay Berkenbilt
Update the build to support new external-libs layout, and autoconf options to specify windows word size. Split make_windows_releases into multiple scripts.