New Makefile structure; added compatibility with Windows + Visual C + nmake.
[BearSSL] / mkT0.sh
diff --git a/mkT0.sh b/mkT0.sh
deleted file mode 100755 (executable)
index 61de5c6..0000000
--- a/mkT0.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /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