Changeset 3302

Show
Ignore:
Timestamp:
01/27/08 23:51:35
Author:
pvanhoof
Message:

2008-01-28 Philip Van Hoof <pvanhoof@gnome.org>

        • Added skeleton for unfinished DotNet? bindings. This wont work yet,

it seems gapi2 is generating a few *Implementor types incorrectly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3301 r3302  
     12008-01-28  Philip Van Hoof <pvanhoof@gnome.org> 
     2 
     3        * Added skeleton for unfinished DotNet bindings. This wont work yet, 
     4        it seems gapi2 is generating a few *Implementor types incorrectly. 
     5 
    162008-01-27  Philip Van Hoof <pvanhoof@gnome.org> 
    27 
  • trunk/bindings/Makefile.am

    r3092 r3302  
    66SUBDIRS = vala 
    77endif 
     8 
     9if BUILD_NET_BINDINGS 
     10SUBDIRS = dotnet 
     11endif 
  • trunk/configure.ac

    r3287 r3302  
    285285esac],[build_vala_bindings=false]) 
    286286AM_CONDITIONAL(BUILD_VALA_BINDINGS, test x$build_vala_bindings = xtrue) 
     287 
     288 
     289dnl ### Enable the .NET language bindings ## 
     290AC_ARG_ENABLE(dotnet-bindings, 
     291AC_HELP_STRING([--enable-dotnet-bindings], 
     292  [Build .NET bindings (no, yes)]), 
     293[case "${enableval}" in 
     294  yes) build_net_bindings=true ;; 
     295  no)  build_net_bindings=false ;; 
     296  *) AC_MSG_ERROR(bad value ${enableval} for --enable-dotnet-bindings) ;; 
     297esac],[build_net_bindings=false]) 
     298 
     299AC_TNY_DOTNET_CHECK 
     300 
     301AM_CONDITIONAL(BUILD_NET_BINDINGS, test x$build_net_bindings = xtrue) 
    287302 
    288303 
     
    504519bindings/python/tinymail.pth 
    505520bindings/vala/Makefile 
     521bindings/dotnet/Makefile 
     522bindings/dotnet/AssemblyInfo.cs 
     523bindings/dotnet/libtinymail-1.0.dll.config 
    506524libtinymail/Makefile 
    507525libtinymail/libtinymail.pc