Update of /cvsroot/csdopenglnet/csdOpenGL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29212
Modified Files:
NAnt.build TODO
Log Message:
Cg is brought to NAnt
Index: TODO
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TODO 6 Aug 2004 11:42:33 -0000 1.2
--- TODO 11 Sep 2004 12:27:20 -0000 1.3
***************
*** 1,3 ****
! - Cg# tests
- CgFX Binding
- solve error, that occurs when exiting an OpenGL#-Gtk#-application
\ No newline at end of file
--- 1,3 ----
! - NAnt creates the wrapper file each time; no timestamp check
- CgFX Binding
- solve error, that occurs when exiting an OpenGL#-Gtk#-application
\ No newline at end of file
Index: NAnt.build
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/NAnt.build,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NAnt.build 11 Sep 2004 12:07:02 -0000 1.2
--- NAnt.build 11 Sep 2004 12:27:20 -0000 1.3
***************
*** 9,12 ****
--- 9,13 ----
<nant buildfile="tools/tools.build" target="clean" />
<nant buildfile="math/math.build" target="clean" />
+ <nant buildfile="Cg/Cg.build" target="clean" />
<nant buildfile="GL/GL.build" target="clean" />
<nant buildfile="generator/generator.build" target="clean" />
***************
*** 17,20 ****
--- 18,22 ----
<nant buildfile="generator/generator.build" target="build" />
<nant buildfile="GL/GL.build" target="build" />
+ <nant buildfile="Cg/Cg.build" target="build" />
<nant buildfile="math/math.build" target="build" />
<nant buildfile="tools/tools.build" target="build" />
|