Update of /cvsroot/csdopenglnet/csdOpenGL/GL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13853/GL
Modified Files:
AssemblyInfo.cs glut.xml
Log Message:
the generator has new optons
Index: AssemblyInfo.cs
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/GL/AssemblyInfo.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AssemblyInfo.cs 11 Sep 2004 18:52:44 -0000 1.3
--- AssemblyInfo.cs 11 Sep 2004 19:36:36 -0000 1.4
***************
*** 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)]
--- 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)]
***************
*** 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")]
--- 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")]
***************
*** 25,27 ****
[assembly: AssemblyVersionAttribute("0.2.1.1715")]
[assembly: AssemblyInformationalVersionAttribute("0.2.1")]
-
--- 25,26 ----
Index: glut.xml
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/GL/glut.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** glut.xml 11 Sep 2004 12:07:14 -0000 1.6
--- glut.xml 11 Sep 2004 19:36:36 -0000 1.7
***************
*** 14,16 ****
--- 14,19 ----
</TypeDefs>
<Namespace>csDragons.OpenGL</Namespace>
+ <DllImportFlags>CallingConvention=CallingConvention.Winapi</DllImportFlags>
+ <DllImportAttributes>System.Security.SuppressUnmanagedCodeSecurity</DllImportAttributes>
+ <DelegateAttribute>[DelegateCallingConventionCdeclAttribute]</DelegateAttribute>
</Configuration>
\ No newline at end of file
|