mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:15:39 +00:00
621b39b531
* kill the makefile.win32 build system. it has been unmaintained for quite some time, replaced by the auto* build in cygwin. svn path=/trunk/gtk-sharp/; revision=103308
27 lines
620 B
Makefile
27 lines
620 B
Makefile
lib_LTLIBRARIES = libgdksharpglue-2.la
|
|
|
|
libgdksharpglue_2_la_SOURCES = \
|
|
dragcontext.c \
|
|
device.c \
|
|
event.c \
|
|
selection.c \
|
|
vmglueheaders.h \
|
|
windowmanager.c
|
|
|
|
nodist_libgdksharpglue_2_la_SOURCES = generated.c
|
|
|
|
# Adding a new glue file?
|
|
|
|
libgdksharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
|
|
|
|
libgdksharpglue_2_la_LIBADD = $(GTK_LIBS)
|
|
|
|
INCLUDES = $(GTK_CFLAGS) $(GTK_SHARP_VERSION_CFLAGS) -I$(top_srcdir)
|
|
|
|
libgdksharpglue.dll: $(libgdksharpglue_2_la_OBJECTS) libgdksharpglue.rc libgdksharpglue.def
|
|
./build-dll libgdksharpglue-2 $(VERSION)
|
|
|
|
CLEANFILES = lib*.a lib*.dll
|
|
|
|
EXTRA_DIST = win32dll.c
|