]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Configure: Recognise .rc and .def / .map / .opt as source files
authorRichard Levitte <levitte@openssl.org>
Fri, 1 Dec 2017 14:43:43 +0000 (15:43 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Dec 2017 16:18:07 +0000 (17:18 +0100)
commitccce3e1db5132e472d1871c6a02caec5c71db72a
tree2e8186ffde48249189b15f81515f2da16c231252
parent793077d0beccfa20c9962546393128b92a7e68e4
Configure: Recognise .rc and .def / .map / .opt as source files

This makes it possible to add build.info statements for using resource
files as well as linker scripts (.def for Windows, .map for Unix, and
.opt for VMS) is if they were source files.  This requires changes in
the build file templates.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4840)
Configure