From: Tim R. <ti...@us...> - 2004-09-11 08:45:11
|
Update of /cvsroot/csdopenglnet/csdOpenGL/Cg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19215 Modified Files: cgGL.xml cg.xml Log Message: mapping between windows and linux Index: cg.xml =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/Cg/cg.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cg.xml 11 Sep 2004 08:10:40 -0000 1.2 --- cg.xml 11 Sep 2004 08:45:02 -0000 1.3 *************** *** 1,5 **** <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xmlInput>cg_8h.xml</xmlInput> ! <linkLibrary>libCg.so</linkLibrary> <className>csdCgBase</className> <upperClass>csDragons.OpenGL.GL</upperClass> --- 1,5 ---- <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xmlInput>cg_8h.xml</xmlInput> ! <linkLibrary>cg.dll</linkLibrary> <className>csdCgBase</className> <upperClass>csDragons.OpenGL.GL</upperClass> Index: cgGL.xml =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/Cg/cgGL.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** cgGL.xml 11 Sep 2004 08:10:40 -0000 1.3 --- cgGL.xml 11 Sep 2004 08:45:02 -0000 1.4 *************** *** 1,5 **** <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xmlInput>cgGL_8h.xml</xmlInput> ! <linkLibrary>libCgGL.so</linkLibrary> <className>csdCgGLBase</className> <upperClass>csdCgBase</upperClass> --- 1,5 ---- <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xmlInput>cgGL_8h.xml</xmlInput> ! <linkLibrary>cgGL.dll</linkLibrary> <className>csdCgGLBase</className> <upperClass>csdCgBase</upperClass> |