2005-03-23 Mike Kestner <mkestner@novell.com>

* glib/Makefile.am : add new file.

svn path=/trunk/gtk-sharp/; revision=42169
This commit is contained in:
Mike Kestner 2005-03-23 20:39:18 +00:00
parent ac4cc59206
commit c14d107865
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
for cdecl callback delegates on win32. for cdecl callback delegates on win32.
* glade/makefile.win32 : use gapi-cdecl-insert * glade/makefile.win32 : use gapi-cdecl-insert
* glade/XML.custom : add [GLib.CDeclCallback] to RawXMLConnectFunc. * glade/XML.custom : add [GLib.CDeclCallback] to RawXMLConnectFunc.
* glib/Makefile.am : add new file.
* glib/makefile.win32 : use gapi-cdecl-insert * glib/makefile.win32 : use gapi-cdecl-insert
* glib/CDeclCallbackAttribute.cs : new attr to tag delegates with * glib/CDeclCallbackAttribute.cs : new attr to tag delegates with
that will be invoked from native code. We have to mangle the il that will be invoked from native code. We have to mangle the il

View File

@ -12,6 +12,7 @@ references =
sources = \ sources = \
Argv.cs \ Argv.cs \
Boxed.cs \ Boxed.cs \
CDeclCallbackAttribute.cs \
ClassInitializerAttribute.cs \ ClassInitializerAttribute.cs \
ConnectBeforeAttribute.cs \ ConnectBeforeAttribute.cs \
DefaultSignalHandlerAttribute.cs \ DefaultSignalHandlerAttribute.cs \