Update of /cvsroot/csdopenglnet/csdOpenGL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv423
Modified Files:
NAnt.build
Log Message:
now all should be build by nant
Index: NAnt.build
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/NAnt.build,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** NAnt.build 11 Sep 2004 12:27:20 -0000 1.3
--- NAnt.build 11 Sep 2004 12:47:45 -0000 1.4
***************
*** 5,10 ****
--- 5,12 ----
<property name="debug" value="false" />
<property name="gtk" value="true" />
+ <property name="gtkdir" value="/usr/lib/mono/gtk-sharp" />
<property name="gen" value="${nant.project.basedir}/generator/generator.exe" />
<target name="clean" description="remove all generated files">
+ <nant buildfile="platform/platform.build" target="clean" />
<nant buildfile="tools/tools.build" target="clean" />
<nant buildfile="math/math.build" target="clean" />
***************
*** 21,24 ****
--- 23,27 ----
<nant buildfile="math/math.build" target="build" />
<nant buildfile="tools/tools.build" target="build" />
+ <nant buildfile="platform/platform.build" target="build" />
</target>
</project>
\ No newline at end of file
|