summaryrefslogtreecommitdiff
path: root/infrastructure/mingw
Commit message (Collapse)AuthorAge
* Remove old hard-coded MSVC and MinGW configs.Chris Wilson2016-09-10
| | | | Should be replaced by CMake now.
* Fix OpenSSL makefile caching against version upgrades.Chris Wilson2015-12-20
| | | | | Cache the previous OpenSSL makefile for its timestamp, but rebuild it each time, compare to the cached one, and invalidate if necessary.
* We still need to manually tell Configure to link ws2_32 as well as gdi32.Chris Wilson2015-12-13
|
* Try a different way to link -lgdi32, hopefully after other libs this time.Chris Wilson2015-12-13
|
* Also link -lgdi32 on Windows, because OpenSSL requires it!Chris Wilson2015-12-13
|
* Pass the correct flags to the configure script to locate OpenSSL headers.Chris Wilson2015-12-13
|
* Install OpenSSL, etc. in parent directory of source checkout.Chris Wilson2015-12-13
|
* Make setup.exe executable after download, so we can run it.Chris Wilson2015-12-13
|
* Use MinGW test runner to make compile script workChris Wilson2015-08-29
|
* Add a MinGW test runner to version control.Chris Wilson2015-08-29
|
* Don't overwrite OpenSSH Makefile during extraction.Chris Wilson2015-08-23
| | | | | | Hopefully should allow previous compilation results to be cached, when combined with not running ./Configure if the Makefile already exists.
* Add script to compile Box Backup and dependencies on Windows (Cygwin).Chris Wilson2015-08-23
| | | | | Automates the instructions found in docs/api-notes/win32_build_on_cygwin_using_mingw.txt.
* 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