mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
801a7ca17f
Add Windows .bat and Python script to call g-ir-scanner to build introspection files for Visual Studio builds. This will read from the autotools files using Python REGEX functionality to determine the headers and sources for g-ir-scanner to process, so the autotools files will not need to be updated except to distribute the necessary files. Thils will also enable one to build introspection files on Windows without using a BASH-style shell such as MSYS. Also add an utility Visual Studio project to call the Windows .bat to build the introspection files for GTK+/GDK, for convenience.
31 lines
637 B
Makefile
31 lines
637 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
EXTRA_DIST += \
|
|
README.txt \
|
|
gtk+.sln \
|
|
gtk+.props \
|
|
gdk-win32.vcxproj \
|
|
gdk-win32.vcxproj.filters \
|
|
gdk.vcxproj \
|
|
gdk.vcxprojin \
|
|
gdk.vcxproj.filters \
|
|
gdk.vcxproj.filtersin \
|
|
gtk.vcxproj \
|
|
gtk.vcxprojin \
|
|
gtk.vcxproj.filters \
|
|
gtk.vcxproj.filtersin \
|
|
gtk3-demo.vcxproj \
|
|
gtk3-demo.vcxproj.filters \
|
|
gtk3-demo-application.vcxproj \
|
|
gtk3-demo-application.vcxproj.filters \
|
|
gtka11y.vcxproj \
|
|
gtka11y.vcxproj.filters \
|
|
gtka11y.vcxprojin \
|
|
gtka11y.vcxproj.filtersin \
|
|
gailutil.vcxproj \
|
|
gailutil.vcxproj.filters \
|
|
gengir.vcxproj \
|
|
install.vcxproj
|
|
|
|
-include $(top_srcdir)/git.mk
|