blob: 0fed1bd883cf86e23066131d9d40fbb90a3e5da2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/export.build
# copyright : Copyright (c) 2014-2018 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}
|