mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 22:30:22 +00:00
c13c741143
Since commit 7c2a5072
the gtkdbusgenerated.[c|h] are not included in the
dist tarball and thus have to be generated, which broke the Visual C++
builds.
This patch adds property sheets and custom build rules for the Visual C++
projects so that gtkdbusgenerated.[c|h] will be generated upon building the
GTK+ DLL sources.
This also tells people building GTK+ from the projects that they need to
have Python 2/3 installed and the Python interpretor needs to be in their
PATH before building GTK+ from the projects.
44 lines
998 B
Makefile
44 lines
998 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
EXTRA_DIST += \
|
|
README.txt \
|
|
gtk+.sln \
|
|
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 \
|
|
broadwayd.vcxproj \
|
|
broadwayd.vcxproj.filters \
|
|
gdk-broadway.vcxproj \
|
|
gdk-broadway.vcxproj.filters \
|
|
gtk-build-defines.props \
|
|
gtk-gengir.props \
|
|
gtk-ignore-broadway.props \
|
|
gtk-install-bin.props \
|
|
gtk-install-headers-data.props \
|
|
gtk-version-paths.props \
|
|
gtkprebuild-broadway.props \
|
|
gtkprebuild.props \
|
|
gtk-copy-gdk-broadway.props \
|
|
gtk-gen-sources.props
|
|
|
|
-include $(top_srcdir)/git.mk
|