From: Tim R. <ti...@us...> - 2004-09-11 08:49:46
|
Update of /cvsroot/csdopenglnet/csdOpenGL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19817 Modified Files: ChangeLog Makefile Log Message: basic support for choosing between platforms Index: Makefile =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 11 Sep 2004 08:21:06 -0000 1.8 --- Makefile 11 Sep 2004 08:49:34 -0000 1.9 *************** *** 60,63 **** --- 60,65 ---- $(MAKE) -C GL clean $(MAKE) -C Cg clean + $(MAKE) -C platform/mono clean + $(MAKE) -C platform/windows clean .IGNORE: Index: ChangeLog =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog 4 Sep 2004 08:33:44 -0000 1.9 --- ChangeLog 11 Sep 2004 08:49:34 -0000 1.10 *************** *** 1,2 **** --- 1,7 ---- + x.x.x: + restructuring for better dll usage + 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 + 0.2.0: added basic Cg support |