aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/BearSSL/mk/mkT0.sh
blob: 61de5c6e63c506672723f069d8576ddeeb8938ec (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

CSC=$(which mono-csc || which dmcs || echo "none")

if [ $CSC = "none" ]; then
	echo "Error: Please install mono-devel."
	exit 1
fi

set -e
$CSC /out:T0Comp.exe /main:T0Comp /res:T0/kern.t0,t0-kernel T0/*.cs