windows-makefile.tmpl: Convert all /I and /D to -I and -D
authorRichard Levitte <levitte@openssl.org>
Sun, 20 Oct 2019 07:09:56 +0000 (09:09 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 Oct 2019 15:37:51 +0000 (17:37 +0200)
commitde1581988f4a6b6e25f1e01474c63dc55f004c2a
tree376bc1fd711db88f0fb77b26dc36a663610537af
parent01036e2afbe116d608be048ed15930fc885ab2a8
windows-makefile.tmpl: Convert all /I and /D to -I and -D

We were not consistently using one or the other, and the perlasm
code assumes dashes, which MSVC tolerates.

Fixes #10075

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10222)
Configurations/windows-makefile.tmpl