projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a1e8b
)
Add a shared_target to the VC-common config
author
Richard Levitte
<levitte@openssl.org>
Wed, 2 Mar 2016 13:10:21 +0000
(14:10 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 2 Mar 2016 14:45:45 +0000
(15:45 +0100)
This has no real meaning, except it gives Configure a hint that VC
targets are indeed capable of producing shared objects.
Reviewed-by: Matt Caswell <matt@openssl.org>
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index 2ad53e7d1b5f6aceaeac19d209f91cdf7ab12730..ecfbc9a91b697683216987b67035b03fb917ad8a 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-1104,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",
},