X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=NOTES.WIN;h=ca033602a5d4f378cf29217820e2882196f8ff6c;hp=4d39d06f32ad10229318708c80d9454157ff234b;hb=2b9add696573131fc463d098ed8bcbff1b5829d9;hpb=f529b5cf05139c20f298f553446122123c012317 diff --git a/NOTES.WIN b/NOTES.WIN index 4d39d06f32..ca033602a5 100644 --- a/NOTES.WIN +++ b/NOTES.WIN @@ -83,6 +83,16 @@ 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. + + - 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 =================