]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configurations/unix-Makefile.tmpl: fix inconsistencies with resource files
authorRichard Levitte <levitte@openssl.org>
Thu, 22 Mar 2018 21:15:04 +0000 (22:15 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 22 Mar 2018 21:36:49 +0000 (22:36 +0100)
commit29f3cfddabfe448e9f5417ea228a99bb5e991017
tree273354a136667c6830da45390132b03e72175e1b
parent2a23cd7f5063c27c48357654c3e8b5b6f3855d1c
Configurations/unix-Makefile.tmpl: fix inconsistencies with resource files

.res files weren't treated consistently.  They weren't included at all
in the build of a shared library, and were named inconsistently; .res
sometimes, and .res.o otherwise.  Now we standardise it to .res.o,
which is the recommended way with GNU tools.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5730)
Configurations/unix-Makefile.tmpl