Update of /cvsroot/csdopenglnet/csdOpenGL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16051
Modified Files:
NAnt.build
Log Message:
restructuring
Index: NAnt.build
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/NAnt.build,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** NAnt.build 11 Sep 2004 19:36:35 -0000 1.9
--- NAnt.build 11 Sep 2004 22:42:19 -0000 1.10
***************
*** 8,11 ****
--- 8,12 ----
<property name="debug" value="false" dynamic="true" overwrite="false" />
<property name="gtk" value="true" dynamic="true" overwrite="false"/>
+ <property name="gcc" value="/usr/bin/gcc" dynamic="true" overwrite="false"/>
<property name="gtkdir" value="/usr/lib/mono/gtk-sharp" dynamic="true" overwrite="false"/>
<property name="gen" value="${nant.project.basedir}/generator/generator.exe" />
***************
*** 22,29 ****
--- 23,32 ----
<nant buildfile="generator/generator.build" target="clean" />
<nant buildfile="samples/samples.build" target="clean" />
+ <nant buildfile="cbonding/cbonding.build" target="clean" />
</target>
<target name="build" description="compiles the source code">
<mkdir dir="${build.dir}" />
+ <nant buildfile="cbonding/cbonding.build" target="build" />
<nant buildfile="generator/generator.build" target="build" />
<nant buildfile="GL/GL.build" target="build" />
|