summaryrefslogtreecommitdiffstats
path: root/NOTES-WINDOWS.md
diff options
context:
space:
mode:
authorklaus triendl <klaus@triendl.eu>2023-03-02 11:51:40 +0100
committerPauli <pauli@openssl.org>2023-03-15 08:49:40 +1100
commit4a3b6266604ca447e0b3a14f1dbc8052e1498819 (patch)
tree56f099934068adad11aea2e4a9e70f5895b6cb9e /NOTES-WINDOWS.md
parent18891efdf4813547bc4e5b3791ac7af72fa277c8 (diff)
Added a short description of VC-WIN*-HYBRIDCRT to Windows notes
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20081)
Diffstat (limited to 'NOTES-WINDOWS.md')
-rw-r--r--NOTES-WINDOWS.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md
index e6bf5414dc..06ffd1e5d2 100644
--- a/NOTES-WINDOWS.md
+++ b/NOTES-WINDOWS.md
@@ -77,8 +77,10 @@ Quick start
- `perl Configure VC-WIN64A` if you want 64-bit OpenSSL or
- `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64)
OpenSSL or
- - `perl Configure VC-WIN32-HYBRIDCRT`
- - `perl Configure VC-WIN64A-HYBRIDCRT`
+ - `perl Configure VC-WIN32-HYBRIDCRT` if you want 32-bit OpenSSL dependent
+ on the Universal CRT or
+ - `perl Configure VC-WIN64A-HYBRIDCRT` if you want 64-bit OpenSSL dependent
+ on the Universal CRT or
- `perl Configure` to let Configure figure out the platform
6. `nmake`