summaryrefslogtreecommitdiff
path: root/infrastructure/mingw/configure.sh
Commit message (Collapse)AuthorAge
* Remove old hard-coded MSVC and MinGW configs.Chris Wilson2016-09-10
| | | | Should be replaced by CMake now.
* We still need to manually tell Configure to link ws2_32 as well as gdi32.Chris Wilson2015-11-29
|
* Try a different way to link -lgdi32, hopefully after other libs this time.Chris Wilson2015-11-29
|
* Also link -lgdi32 on Windows, because OpenSSL requires it!Chris Wilson2015-11-29
|
* Pass the correct flags to the configure script to locate OpenSSL headers.Chris Wilson2015-11-29
|
* Add a MinGW test runner to version control.Chris Wilson2015-08-29
|
* Fix compilation on Windows MinGW x86_64.Chris Wilson2014-12-26
| | | | | Look for libraries in the right directory, and pass the right --host option to the configure script.
* Request linker to statically link libz.a, since the default now appears toChris Wilson2012-11-14
| | | | | | | | | be dynamic linking, and that stops the tests from working since they can't find zlib-1.dll in the PATH. Remove redundant LIBS that should already be detected and used by the m4 configury.
* Search for libraries in the path where Cygwin installs MinGW zlib as wellChris Wilson2011-10-09
|
* Check for libz.dll.a installed in new location before configuring forChris Wilson2011-10-09
| | | | | MinGW.
* Pass the correct LDFLAGS to Box Backup, to use mingw zlib instead of cygwin,Chris Wilson2011-10-09
| | | | | | copied from new Boxi config. Thanks to Achim for finding this and testing the fix.
* Update instructions for OpenSSL 1.0.0a and PCRE 8.10.Chris Wilson2011-01-08
| | | | | | | | Instruct users to install PCRE in the MinGW cross-compiler's directory instead of /usr/{lib,include}/mingw, as it's more standard. (merges [2742] from 0.11)
* Add instructions and support for building with readline on Windows.Chris Wilson2010-02-26
|
* Add CC to exports for mingw configure script.Chris Wilson2010-02-22
|
* Fix to match static lib installation instructions. (refs #3, merges [1681])Chris Wilson2007-07-26
|
* (refs #3)Chris Wilson2006-10-13
* Created directory for mingw compile utilities, added configure script