From 0ca0851a01251b960ba19d958978004168f58593 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 26 Feb 2019 17:04:25 +0300 Subject: Add implementation --- openssl/build/root.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openssl/build/root.build (limited to 'openssl/build/root.build') diff --git a/openssl/build/root.build b/openssl/build/root.build new file mode 100644 index 0000000..2a4a530 --- /dev/null +++ b/openssl/build/root.build @@ -0,0 +1,12 @@ +# file : build/root.build +# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd +# license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file + +using c + +h{*}: extension = h +c{*}: extension = c + +# The test target for cross-testing (running tests under Wine, etc). +# +test.target = $c.target -- cgit v1.1