mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 18:35:38 +00:00
146deaa38c
* *: update to 2.14. parser support for GSEALed fields. svn build now uses bootstrap-2.14. integrate gio-sharp module. svn path=/trunk/gtk-sharp/; revision=122402
19 lines
494 B
Makefile
19 lines
494 B
Makefile
lib_LTLIBRARIES = libgiosharpglue-2.la
|
|
|
|
libgiosharpglue_2_la_SOURCES =
|
|
|
|
nodist_libgiosharpglue_2_la_SOURCES = generated.c
|
|
|
|
libgiosharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
|
|
|
|
libgiosharpglue_2_la_LIBADD = $(GIO_LIBS)
|
|
|
|
INCLUDES = $(GIO_CFLAGS) $(GTK_SHARP_VERSION_CFLAGS) -I$(top_srcdir)
|
|
|
|
libgiosharpglue.dll: $(libgiosharpglue_2_la_OBJECTS) libgiosharpglue.rc libgiosharpglue.def
|
|
./build-dll libgiosharpglue-2 $(VERSION)
|
|
|
|
CLEANFILES = lib*.a lib*.dll
|
|
|
|
EXTRA_DIST = win32dll.c
|