From: Tim R. <ti...@us...> - 2004-09-11 12:07:29
|
Update of /cvsroot/csdopenglnet/csdOpenGL/math In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24527/math Modified Files: math.build Log Message: bring GL to Nant Index: math.build =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/math/math.build,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** math.build 11 Sep 2004 11:33:50 -0000 1.2 --- math.build 11 Sep 2004 12:07:14 -0000 1.3 *************** *** 2,6 **** <project name="Math Library" default="build"> <description>Basic Math Library</description> - <property name="debug" value="false"/> <target name="clean" description="remove all generated files"> <delete file="${build.dir}/csDragons.Math.dll" failonerror="false" /> --- 2,5 ---- |