diff options
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. | ||