Configurations/00-base-templates.conf: harmonize BASE_Windows.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Andy Polyakov 2016-07-17 22:12:38 +02:00
parent 9c7ce40bfb
commit e72769aa41
2 changed files with 2 additions and 2 deletions

View file

@ -91,6 +91,8 @@
ar => "lib",
arflags => "/nologo",
aroutflag => "/out:",
rc => "rc",
rcoutflag => "/fo",
mt => "mt",
mtflags => "-nologo",
mtinflag => "-manifest ",

View file

@ -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",