#!/bin/sh
DIR=`dirname $0`
CSC=`grep "^CSC" ./$DIR/../../config.mak | awk '{print $3}'`
$CSC $@
