aboutsummaryrefslogtreecommitdiff
path: root/README.windows
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-08-03 07:19:25 -0500
committerBrent Cook <bcook@openbsd.org>2015-08-03 07:19:25 -0500
commit3465c5105b4bbec56a2a2f6ffd0dda1f4f5f71fa (patch)
tree79cac73b1ab54831342b60aa1cebb892e7a30bcf /README.windows
parent75b90b157cbbbb6c9cba09b15718e241a3b7eee0 (diff)
downloadportable-3465c5105b4bbec56a2a2f6ffd0dda1f4f5f71fa.tar.gz
portable-3465c5105b4bbec56a2a2f6ffd0dda1f4f5f71fa.tar.bz2
portable-3465c5105b4bbec56a2a2f6ffd0dda1f4f5f71fa.zip
update build information
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.windows b/README.windows
index cdaed2e..22679cb 100644
--- a/README.windows
+++ b/README.windows
@@ -40,3 +40,7 @@ Pre-built Windows binaries are available with LibreSSL releases if you do not
40have a mingw-w64 build environment. Mingw-w64 code is largely, but not 100%, 40have a mingw-w64 build environment. Mingw-w64 code is largely, but not 100%,
41compatible with code built from Visual Studio. Notably, FILE * pointers cannot 41compatible with code built from Visual Studio. Notably, FILE * pointers cannot
42be shared between code built for Mingw-w64 and Visual Studio. 42be shared between code built for Mingw-w64 and Visual Studio.
43
44As of LibreSSL 2.2.2, Visual Studio Native builds can be produced using CMake.
45This produces ABI-compatible libraries for linking with native code generated
46by Visual Studio.