Commit 2a08d1a0 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarAndy Polyakov <appro@openssl.org>
parent dcdb4028
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment