Make it possible to specify source files that will only be used for shared libs
authorRichard Levitte <levitte@openssl.org>
Tue, 29 Mar 2016 14:45:03 +0000 (16:45 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 30 Mar 2016 09:22:15 +0000 (11:22 +0200)
commit2a08d1a05db937f8b1a62422b78ffe2fa07d3ead
treed66483e0e8d278a4eb5f59948dc605f728a33466
parentdcdb4028b3981585537c6d57635ea91cd59589fa
Make it possible to specify source files that will only be used for shared libs

There are rare cases when an object file will only be used when
building a shared library.  To enable this, we introduce
SHARED_SOURCE:

    SHARED_SOURCE[libfoo]=dllmain.c

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/README
Configurations/README.design
Configurations/common.tmpl
Configure