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