From: Tim R. <ti...@us...> - 2004-09-11 13:12:34
|
Update of /cvsroot/csdopenglnet/csdOpenGL/platform In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5351/platform Modified Files: platform.build Log Message: samples are build now by nant to Index: platform.build =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/platform/platform.build,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** platform.build 11 Sep 2004 12:35:01 -0000 1.1 --- platform.build 11 Sep 2004 13:12:25 -0000 1.2 *************** *** 3,8 **** <description>Basic Math Library</description> <target name="clean" description="remove all generated files"> ! <nant buildfile="mono/mono.build" target="build" /> ! <nant buildfile="windows/windows.build" target="build" /> </target> <target name="build" description="compiles the source code"> --- 3,8 ---- <description>Basic Math Library</description> <target name="clean" description="remove all generated files"> ! <nant buildfile="mono/mono.build" target="clean" /> ! <nant buildfile="windows/windows.build" target="clean" /> </target> <target name="build" description="compiles the source code"> |