Small MSVC build fixes.
authorRichard Levitte <levitte@openssl.org>
Mon, 16 May 2016 07:48:15 +0000 (09:48 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 16 May 2016 09:15:57 +0000 (11:15 +0200)
commit592b6fb489c97be2b039ab671647aa58a472204a
tree5b49ef8da3beba500f20ef1d7fc4e69863c096b8
parent4e0e4d293753a67e5771c98ec312a37ca54cc3b0
Small MSVC build fixes.

- "/Ox /O2 /Ob2" get's reduced to "/O2", the reason being:

    /Ox = /Ob2 /Og /Oi /Ot /Oy /Gs
    /O2 = /Ob2 /Og /Oi /Ot /Oy /Gs /GF /Gy

- apps/openssl.cnf gets installed.

- always delete files quietly, as they might not be there.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1075)
Configurations/10-main.conf
Configurations/windows-makefile.tmpl