diff options
author | Brent Cook <bcook@openbsd.org> | 2015-08-03 07:19:25 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-08-03 07:19:25 -0500 |
commit | 3465c5105b4bbec56a2a2f6ffd0dda1f4f5f71fa (patch) | |
tree | 79cac73b1ab54831342b60aa1cebb892e7a30bcf /README.windows | |
parent | 75b90b157cbbbb6c9cba09b15718e241a3b7eee0 (diff) | |
download | portable-3465c5105b4bbec56a2a2f6ffd0dda1f4f5f71fa.tar.gz portable-3465c5105b4bbec56a2a2f6ffd0dda1f4f5f71fa.tar.bz2 portable-3465c5105b4bbec56a2a2f6ffd0dda1f4f5f71fa.zip |
update build information
Diffstat (limited to 'README.windows')
-rw-r--r-- | README.windows | 4 |
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 | |||
40 | have a mingw-w64 build environment. Mingw-w64 code is largely, but not 100%, | 40 | have a mingw-w64 build environment. Mingw-w64 code is largely, but not 100%, |
41 | compatible with code built from Visual Studio. Notably, FILE * pointers cannot | 41 | compatible with code built from Visual Studio. Notably, FILE * pointers cannot |
42 | be shared between code built for Mingw-w64 and Visual Studio. | 42 | be shared between code built for Mingw-w64 and Visual Studio. |
43 | |||
44 | As of LibreSSL 2.2.2, Visual Studio Native builds can be produced using CMake. | ||
45 | This produces ABI-compatible libraries for linking with native code generated | ||
46 | by Visual Studio. | ||