projects
/
BearSSL
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed spurious warning about old-style prototype.
[BearSSL]
/
mk
/
mkT0.sh
1
#! /bin/sh
2
3
CSC
=
$
(
which
mono-csc ||
which
dmcs ||
echo
"none"
)
4
5
if
[
$CSC
=
"none"
];
then
6
echo
"Error: Please install mono-devel."
7
exit
1
8
fi
9
10
set -e
11
$CSC
/
out
:
T0Comp.exe
/
main
:
T0Comp
/
res
:
T
0
/
kern.t0
,
t0-kernel T
0
/*
.cs