mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:15:30 +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
22 lines
496 B
Makefile
22 lines
496 B
Makefile
SUBDIRS = sources generator parser glib gio cairo pango atk gdk gtk glade gtkdotnet sample doc
|
|
|
|
EXTRA_DIST = \
|
|
gtk-sharp.snk \
|
|
gapi-cdecl-insert \
|
|
makefile.win32 \
|
|
policy.config.in \
|
|
AssemblyInfo.cs.in \
|
|
ChangeLog \
|
|
HACKING \
|
|
README \
|
|
README.generator
|
|
|
|
configure.in: bootstrap.status configure.in.in
|
|
$(SHELL) $<
|
|
|
|
win32-installer: all
|
|
candle.exe gtk-sharp-2.0-lib.wxs
|
|
light.exe gtk-sharp-2.0-lib.wixobj
|
|
candle.exe gtk-sharp-2.0-dev.wxs
|
|
light.exe gtk-sharp-2.0-dev.wixobj
|