mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-05 19:15:28 +00:00
b10fe35ac0
* glue/fileselection.c: New file, defines accessor functions to fields inside a GtkFileSelection. * gtk/FileSelection.custom: C# glue that makes use of new accessor functions defined in fileselection.c. * glue/Makefile.am: Added fileselection.c svn path=/trunk/gtk-sharp/; revision=5433
17 lines
331 B
Makefile
17 lines
331 B
Makefile
lib_LTLIBRARIES = libgtksharpglue.la
|
|
|
|
INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir)
|
|
|
|
libgtksharpglue_la_SOURCES = \
|
|
value.c \
|
|
textiter.c \
|
|
fileselection.c \
|
|
error.c \
|
|
#
|
|
|
|
libgtksharpglue.dll: $(libgtksharpglue_la_OBJECTS) libgtksharpglue.rc libgtksharpglue.def
|
|
./build-dll libgtksharpglue 0.1
|
|
|
|
CLEANFILES = lib*.a lib*.dll
|
|
|