Update of /cvsroot/csdopenglnet/csdOpenGL/platform/mono
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30621/mono
Added Files:
mono.build
Log Message:
now the tricky part
--- NEW FILE: mono.build ---
<?xml version="1.0"?>
<project name="Math Library" default="build" basedir=".">
<description>Basic Math Library</description>
<target name="clean" description="remove all generated files">
</target>
<target name="build" description="compiles the source code">
</target>
</project>
|