+5
−0
+31
−1
Loading
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>