summaryrefslogtreecommitdiff
path: root/NOTES.WIN
diff options
context:
space:
mode:
authorMouriNaruto <Mouri_Naruto@outlook.com>2019-05-12 05:10:58 +0800
committerMatt Caswell <matt@openssl.org>2019-06-10 10:22:36 +0100
commit5ded1ca6dade13e093086573f4cebe400bff9f4d (patch)
treec63ffbc195d9a2bc69b0a27e0ddb1f93ba09b034 /NOTES.WIN
parentb4d3f203da6210f148b2a0c7bf5a802b55ba0e65 (diff)
downloadopenssl-new-5ded1ca6dade13e093086573f4cebe400bff9f4d.tar.gz
Improve the Windows OneCore target support. (Add targets for building libraries for Windows Store apps.)
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8917)
Diffstat (limited to 'NOTES.WIN')
-rw-r--r--NOTES.WIN12
1 files changed, 12 insertions, 0 deletions
diff --git a/NOTES.WIN b/NOTES.WIN
index 4d39d06f32..0215733904 100644
--- a/NOTES.WIN
+++ b/NOTES.WIN
@@ -83,6 +83,18 @@
is, of course, to choose a different set of directories by using
--prefix and --openssldir when configuring.
+
+ Special notes for Universal Windows Platform builds, a.k.a. VC-*-UWP
+ --------------------------------------------------------------------
+
+ - UWP targets only support building the static and dynamic libraries.
+
+ - The "no-uplink" must be given in the "Configure" script.
+
+ - You should define the platform type to "uwp" and the target arch via
+ "vcvarsall.bat" before you compile. For example, if you want to build
+ "arm64" builds, you should type "vcvarsall.bat x86_arm64 uwp".
+
mingw and mingw64
=================