From: Tim R. <ti...@us...> - 2004-08-05 15:27:17
|
Update of /cvsroot/csdopenglnet/csdOpenGL/GL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22918 Modified Files: glut.xml Log Message: GLUT was linked agains wrong library Index: glut.xml =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/GL/glut.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** glut.xml 5 Aug 2004 15:21:24 -0000 1.1 --- glut.xml 5 Aug 2004 15:27:02 -0000 1.2 *************** *** 1,5 **** <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xmlInput>glut_8h.xml</xmlInput> ! <linkLibrary>libGLUT.so</linkLibrary> <className>csdGLUTBase</className> <upperClass>csdGLUBase</upperClass> --- 1,5 ---- <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xmlInput>glut_8h.xml</xmlInput> ! <linkLibrary>libcsdGL.so</linkLibrary> <className>csdGLUTBase</className> <upperClass>csdGLUBase</upperClass> |