mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 04:45:37 +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
23 lines
573 B
Makefile
23 lines
573 B
Makefile
lib_LTLIBRARIES = libpangosharpglue-2.la
|
|
|
|
libpangosharpglue_2_la_SOURCES = \
|
|
attribute.c \
|
|
units.c
|
|
|
|
nodist_libpangosharpglue_2_la_SOURCES = generated.c
|
|
|
|
# Adding a new glue file?
|
|
|
|
libpangosharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
|
|
|
|
libpangosharpglue_2_la_LIBADD = $(PANGO_LIBS)
|
|
|
|
INCLUDES = $(PANGO_CFLAGS) $(GTK_SHARP_VERSION_CFLAGS) -I$(top_srcdir)
|
|
|
|
libpangosharpglue.dll: $(libpangosharpglue_2_la_OBJECTS) libpangosharpglue.rc libpangosharpglue.def
|
|
./build-dll libpangosharpglue-2 $(VERSION)
|
|
|
|
CLEANFILES = lib*.a lib*.dll
|
|
|
|
EXTRA_DIST = win32dll.c
|