X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F10-main.conf;h=ecfbc9a91b697683216987b67035b03fb917ad8a;hp=41d71b57f08cffd3105e2a0700c3f1484eb34536;hb=e9abfc3a00f5e6f51fc8150e53c65cec125b3082;hpb=bdcd83e1272c84f3de576f793ba03fdc2c21a557 diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 41d71b57f0..ecfbc9a91b 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1,9 +1,5 @@ ## -*- mode: perl; -*- ## Standard openssl configuration targets. -## -## If you edit this file, run this command before committing -## make -f Makefile.in TABLE -## This file is interpolated by the Configure script. %targets = ( @@ -288,7 +284,7 @@ # more sense? # - Keep in mind that the HP compiler by default generates code # suitable for execution on the host you're currently compiling at. -# If the toolkit is ment to be used on various PA-RISC processors +# If the toolkit is meant to be used on various PA-RISC processors # consider './Configure hpux-parisc-[g]cc +DAportable'. # - -DMD32_XARRAY triggers workaround for compiler bug we ran into in # 32-bit message digests. (For the moment of this writing) HP C @@ -296,7 +292,7 @@ # chew forever:-). For more details look-up MD32_XARRAY comment in # crypto/sha/sha_lcl.h. # - originally there were 32-bit hpux-parisc2-* targets. They were -# scrapped, because a) they were not interchangable with other 32-bit +# scrapped, because a) they were not interchangeable with other 32-bit # targets; a) when critical 32-bit assembly modules detect if they # are executed on PA-RISC 2.0 and thus adequate performance is # provided. @@ -1108,6 +1104,7 @@ template => 1, cc => "cl", cflags => "-W3 -wd4090 -Gs0 -GF -Gy -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE", + shared_target => "win-shared", # meaningless except it gives Configure a hint dso_scheme => "win32", build_scheme => "mk1mf", },