504323bf30
* atk/glue/misc.c: glue for vms and singleton setup. * atk/Misc.custom: add OnThreadsEnter, OnThreadsLeave, and SetSingletonInstance members for Bridge implementors. [More of #365437] svn path=/trunk/gtk-sharp/; revision=101092
23 lines
585 B
Makefile
23 lines
585 B
Makefile
lib_LTLIBRARIES = libatksharpglue-2.la
|
|
|
|
libatksharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
|
|
|
|
libatksharpglue_2_la_SOURCES = \
|
|
misc.c \
|
|
object.c \
|
|
util.c \
|
|
vmglueheaders.h
|
|
|
|
# Adding a new glue file?
|
|
# Please remember to update makefile.win32
|
|
|
|
libatksharpglue_2_la_LIBADD = $(ATK_LIBS)
|
|
|
|
INCLUDES = $(ATK_CFLAGS) $(GTK_SHARP_VERSION_CFLAGS) -I$(top_srcdir)
|
|
|
|
libatksharpglue.dll: $(libatksharpglue_2_la_OBJECTS) libatksharpglue.rc libatksharpglue.def
|
|
./build-dll libatksharpglue-2 $(VERSION)
|
|
|
|
CLEANFILES = lib*.a lib*.dll
|
|
|
|
EXTRA_DIST = makefile.win32 win32dll.c
|