mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-05 19:25:39 +00:00
dbfe6207a7
* generator/Parameters.cs : GError handling overhaul * generator/SymbolTable.cs : map GError to IntPtr * glib/GException.cs : Refactor to use glue. * glue/Makefile.am : add the error.c file. * glue/error.c : glue for error message string access * gtk/makefile.win32 : ref the gdk-imaging-sharp assembly svn path=/trunk/gtk-sharp/; revision=5351
16 lines
311 B
Makefile
16 lines
311 B
Makefile
lib_LTLIBRARIES = libgtksharpglue.la
|
|
|
|
INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir)
|
|
|
|
libgtksharpglue_la_SOURCES = \
|
|
value.c \
|
|
textiter.c \
|
|
error.c \
|
|
#
|
|
|
|
libgtksharpglue.dll: $(libgtksharpglue_la_OBJECTS) libgtksharpglue.rc libgtksharpglue.def
|
|
./build-dll libgtksharpglue 0.1
|
|
|
|
CLEANFILES = lib*.a lib*.dll
|
|
|