Update of /cvsroot/csdopenglnet/csdOpenGL/GL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25560/GL
Modified Files:
Makefile
Log Message:
generator now produces buffer attribute for callbacks
Index: Makefile
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/GL/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile 11 Sep 2004 12:27:21 -0000 1.8
--- Makefile 11 Sep 2004 20:41:57 -0000 1.9
***************
*** 1,3 ****
! FILES=gl.xml.cs csdGL.cs glu.xml.cs glut.xml.cs Exceptions.cs
GEN=mono ../generator/csdGenerator.exe
--- 1,3 ----
! FILES=gl.xml.cs csdGL.cs glu.xml.cs glut.xml.cs Exceptions.cs DelegateCallingConventionCdeclAttribute.cs
GEN=mono ../generator/csdGenerator.exe
|