mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 12:15:38 +00:00
c9c2d099ba
Port the current installer infrastructure from the gtk-sharp-2-12 branch, adapting it as needed. Credits go to Duncan Mak for maintaining the 2.12 installer in the past few years. When building on Windows, if the WiX toolset is available, the msi is generated automatically at the end of the build.
11 lines
228 B
Makefile
11 lines
228 B
Makefile
SUBDIRS = sources generator parser glib gio cairo pango atk gdk gtk gtkdotnet sample doc msi
|
|
|
|
EXTRA_DIST = \
|
|
gapi.xsd \
|
|
gtk-sharp.snk \
|
|
policy.config.in \
|
|
AssemblyInfo.cs.in \
|
|
HACKING \
|
|
README \
|
|
README.generator
|