Configurations/00-base-templates.conf: harmonize BASE_Windows.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
9c7ce40bfb
commit
e72769aa41
2 changed files with 2 additions and 2 deletions
|
@ -91,6 +91,8 @@
|
|||
ar => "lib",
|
||||
arflags => "/nologo",
|
||||
aroutflag => "/out:",
|
||||
rc => "rc",
|
||||
rcoutflag => "/fo",
|
||||
mt => "mt",
|
||||
mtflags => "-nologo",
|
||||
mtinflag => "-manifest ",
|
||||
|
|
|
@ -1246,8 +1246,6 @@ sub vms_info {
|
|||
return [ @defs ];
|
||||
}),
|
||||
coutflag => "/Fo",
|
||||
rc => "rc",
|
||||
rcoutflag => "/fo",
|
||||
lib_cflags => add("/Zi /Fdossl_static"),
|
||||
dso_cflags => "/Zi /Fddso",
|
||||
bin_cflags => "/Zi /Fdapp",
|
||||
|
|
Loading…
Reference in a new issue