提交 e72769aa 编写于 作者: A Andy Polyakov

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

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 9c7ce40b
...@@ -91,6 +91,8 @@ ...@@ -91,6 +91,8 @@
ar => "lib", ar => "lib",
arflags => "/nologo", arflags => "/nologo",
aroutflag => "/out:", aroutflag => "/out:",
rc => "rc",
rcoutflag => "/fo",
mt => "mt", mt => "mt",
mtflags => "-nologo", mtflags => "-nologo",
mtinflag => "-manifest ", mtinflag => "-manifest ",
......
...@@ -1246,8 +1246,6 @@ sub vms_info { ...@@ -1246,8 +1246,6 @@ sub vms_info {
return [ @defs ]; return [ @defs ];
}), }),
coutflag => "/Fo", coutflag => "/Fo",
rc => "rc",
rcoutflag => "/fo",
lib_cflags => add("/Zi /Fdossl_static"), lib_cflags => add("/Zi /Fdossl_static"),
dso_cflags => "/Zi /Fddso", dso_cflags => "/Zi /Fddso",
bin_cflags => "/Zi /Fdapp", bin_cflags => "/Zi /Fdapp",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册