blob: a5b0edd911935746e2f3fe44e447efa5fb79caa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/export.build
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/
{
include openssl/
}
if ($import.target == exe{openssl-agent-pkcs11})
export $out_root/openssl/exe{openssl-agent-pkcs11}
elif ($import.target == exe{openssl-client})
export $out_root/openssl/exe{openssl-client}
|