Update of /cvsroot/csdopenglnet/csdOpenGL/GL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6134/GL
Modified Files:
AssemblyInfo.cs gl.xml glu.xml
Log Message:
adaptation for windows
Index: glu.xml
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/GL/glu.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** glu.xml 11 Sep 2004 12:07:14 -0000 1.4
--- glu.xml 11 Sep 2004 18:52:45 -0000 1.5
***************
*** 1,5 ****
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xmlInput>glu_8h.xml</xmlInput>
! <linkLibrary>dlu32.dll</linkLibrary>
<className>csdGLUBase</className>
<upperClass>csdGLBase</upperClass>
--- 1,5 ----
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xmlInput>glu_8h.xml</xmlInput>
! <linkLibrary>glu32.dll</linkLibrary>
<className>csdGLUBase</className>
<upperClass>csdGLBase</upperClass>
***************
*** 14,16 ****
</TypeDefs>
<Namespace>csDragons.OpenGL</Namespace>
! </Configuration>
\ No newline at end of file
--- 14,16 ----
</TypeDefs>
<Namespace>csDragons.OpenGL</Namespace>
! </Configuration>
Index: gl.xml
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/GL/gl.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** gl.xml 11 Sep 2004 12:07:14 -0000 1.4
--- gl.xml 11 Sep 2004 18:52:45 -0000 1.5
***************
*** 8,15 ****
<writeDelegates>true</writeDelegates>
<writeDefines>true</writeDefines>
! <BaseTypes>
! </BaseTypes>
! <TypeDefs>
! </TypeDefs>
<Namespace>csDragons.OpenGL</Namespace>
! </Configuration>
\ No newline at end of file
--- 8,13 ----
<writeDelegates>true</writeDelegates>
<writeDefines>true</writeDefines>
! <BaseTypes />
! <TypeDefs />
<Namespace>csDragons.OpenGL</Namespace>
! </Configuration>
Index: AssemblyInfo.cs
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/GL/AssemblyInfo.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AssemblyInfo.cs 11 Sep 2004 17:26:18 -0000 1.2
--- AssemblyInfo.cs 11 Sep 2004 18:52:44 -0000 1.3
***************
*** 3,15 ****
using System.Runtime.InteropServices;
! // ------------------------------------------------------------------------------
! // <autogenerated>
! // This code was generated by a tool.
! // Mono Runtime Version: 1.1.4322.573
! //
! // Changes to this file may cause incorrect behavior and will be lost if
! // the code is regenerated.
! // </autogenerated>
! // ------------------------------------------------------------------------------
[assembly: ComVisibleAttribute(false)]
--- 3,15 ----
using System.Runtime.InteropServices;
! //------------------------------------------------------------------------------
! // <autogenerated>
! // This code was generated by a tool.
! // Runtime Version: 1.1.4322.573
! //
! // Changes to this file may cause incorrect behavior and will be lost if
! // the code is regenerated.
! // </autogenerated>
! //------------------------------------------------------------------------------
[assembly: ComVisibleAttribute(false)]
***************
*** 17,21 ****
[assembly: AssemblyTitleAttribute("csDragons OpenGL#")]
[assembly: AssemblyDescriptionAttribute("A tool to build C# bindings")]
! [assembly: AssemblyConfigurationAttribute("mono-1.0.unix")]
[assembly: AssemblyCompanyAttribute("http://www.csdragons.de")]
[assembly: AssemblyProductAttribute("wrapper-generator")]
--- 17,21 ----
[assembly: AssemblyTitleAttribute("csDragons OpenGL#")]
[assembly: AssemblyDescriptionAttribute("A tool to build C# bindings")]
! [assembly: AssemblyConfigurationAttribute("net-1.1.win32")]
[assembly: AssemblyCompanyAttribute("http://www.csdragons.de")]
[assembly: AssemblyProductAttribute("wrapper-generator")]
***************
*** 25,26 ****
--- 25,27 ----
[assembly: AssemblyVersionAttribute("0.2.1.1715")]
[assembly: AssemblyInformationalVersionAttribute("0.2.1")]
+
|