#!/bin/sh

rm -f out.exe
export MONO_PATH=../../ncc/out.stage3/
time mono ../../ncc/out.stage3/ncc.exe -r Tao.OpenGl.dll -r Tao.Sdl.dll "$@" || exit 1
mono ./out.exe
