Update of /cvsroot/csdopenglnet/csdOpenGL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5351
Modified Files:
NAnt.build
Log Message:
samples are build now by nant to
Index: NAnt.build
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/NAnt.build,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** NAnt.build 11 Sep 2004 12:47:45 -0000 1.4
--- NAnt.build 11 Sep 2004 13:12:16 -0000 1.5
***************
*** 14,18 ****
<nant buildfile="GL/GL.build" target="clean" />
<nant buildfile="generator/generator.build" target="clean" />
! <delete dir="${build.dir}" failonerror="false" />
</target>
<target name="build" description="compiles the source code">
--- 14,18 ----
<nant buildfile="GL/GL.build" target="clean" />
<nant buildfile="generator/generator.build" target="clean" />
! <nant buildfile="samples/samples.build" target="clean" />
</target>
<target name="build" description="compiles the source code">
***************
*** 25,27 ****
--- 25,30 ----
<nant buildfile="platform/platform.build" target="build" />
</target>
+ <target name="samples" description="compiles examples">
+ <nant buildfile="samples/samples.build" target="build" />
+ </target>
</project>
\ No newline at end of file
|