mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 07:45:42 +00:00
7552545b46
* gtk/StatusIcon.custom: Use managed code to pass the address of gtk_status_icon_position_menu to gtk_menu_popup. svn path=/trunk/gtk-sharp/; revision=140939
27 lines
614 B
Makefile
27 lines
614 B
Makefile
lib_LTLIBRARIES = libgtksharpglue-2.la
|
|
|
|
libgtksharpglue_2_la_SOURCES = \
|
|
cellrenderer.c \
|
|
container.c \
|
|
object.c \
|
|
style.c \
|
|
vmglueheaders.h \
|
|
widget.c
|
|
|
|
nodist_libgtksharpglue_2_la_SOURCES = generated.c
|
|
|
|
# Adding a new glue file?
|
|
|
|
libgtksharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
|
|
|
|
libgtksharpglue_2_la_LIBADD = $(GTK_LIBS)
|
|
|
|
INCLUDES = $(GTK_CFLAGS) $(GTK_SHARP_VERSION_CFLAGS) -I$(top_srcdir)
|
|
|
|
libgtksharpglue.dll: $(libgtksharpglue_2_la_OBJECTS) libgtksharpglue.rc libgtksharpglue.def
|
|
./build-dll libgtksharpglue-2 $(VERSION)
|
|
|
|
CLEANFILES = lib*.a lib*.dll
|
|
|
|
EXTRA_DIST = win32dll.c
|