Update of /cvsroot/csdopenglnet/csdOpenGL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20118
Modified Files:
ChangeLog TODO
Log Message:
buildfiles don't use wildcards any longer
Index: TODO
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TODO 11 Sep 2004 12:27:20 -0000 1.3
--- TODO 12 Sep 2004 11:41:59 -0000 1.4
***************
*** 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
--- 1,4 ----
- NAnt creates the wrapper file each time; no timestamp check
- CgFX Binding
! - solve error, that occurs when exiting an OpenGL#-Gtk#-application
! - Callback-Delegate problem with windows and glut
\ No newline at end of file
Index: ChangeLog
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ChangeLog 11 Sep 2004 08:49:34 -0000 1.10
--- ChangeLog 12 Sep 2004 11:41:59 -0000 1.11
***************
*** 3,6 ****
--- 3,8 ----
disjunctin between GL/CG and plattform specific bindings
Gtk# widget is now located in the platform.mono.dll, because X calls are used inside it
+ compile process now uses NAnt
+ basic windows support
0.2.0:
|