summaryrefslogtreecommitdiff
path: root/NOTES.WIN
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-16 23:01:10 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-17 16:08:53 +0200
commit30478c97837a026ba56718f98d490adf7bce2760 (patch)
tree10166f933851346d6f4fd6387394087843ce26a3 /NOTES.WIN
parent3a561b06d9e897a7613843f2bd0752297ab56dd7 (diff)
downloadopenssl-new-30478c97837a026ba56718f98d490adf7bce2760.tar.gz
Configure: final cleanup of asm related things
Remove the *_asm templates in Configurations/00-base-templates.conf, all attempts to inherit them, and the asm() perl function. [extended tests] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9166)
Diffstat (limited to 'NOTES.WIN')
-rw-r--r--NOTES.WIN2
1 files changed, 0 insertions, 2 deletions
diff --git a/NOTES.WIN b/NOTES.WIN
index 0215733904..ca033602a5 100644
--- a/NOTES.WIN
+++ b/NOTES.WIN
@@ -89,8 +89,6 @@
- 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".