#!/bin/sh
if mcs -r System.Windows.Forms -r System.Drawing `cat vcsfiles`
then
  mv MainView.exe ~/bin/a7tview.exe
fi
