aboutsummaryrefslogtreecommitdiff
path: root/dist-win.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* set windows binary OPENSSLDIR to something plausibleBrent Cook2016-03-211-1/+1
|
* revise how headers are patched for windows, remove sed scriptsBrent Cook2015-09-211-10/+1
|
* enable libtls by defaultBrent Cook2015-03-191-1/+1
| | | | | | | | The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
* specify -static-libgcc for mingw buildsBrent Cook2015-03-081-0/+1
| | | | Avoid external external dependencies on 32-bit windows builds.
* Add '-windows' to windows binary archive.v2.1.4Brent Cook2015-03-021-1/+1
|
* refine building windows binaries, enable sharedBrent Cook2015-03-011-15/+17
|
* update windows binary build scriptBrent Cook2015-02-241-47/+45
| | | | | | This puts the 32 and 64-bit binaries in the same zip file, adds debug files that are compatible with Visual Studio/windbg, and updates for the new configure options.
* enable Windows NX / ALSR / stack protectorBrent Cook2015-02-191-1/+5
| | | | | | I will update my toolchain and try --high-entropy-va and stack-protector-strong later. We will probably need to ship libssp-0.dll as well. Thanks to jsg for hints.
* add script for building windows binary distribution packagesBrent Cook2015-02-191-0/+52