mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
2820c342f6
Rename the "install" projects as "gtk-install" as we are planning to have a grand solution file that incorporates all project files of the GTK+ stack with their dependencies, to make it easier for people to build GTK+ from scratch from a stock installation of Visual Studio 2008 and later.
29 lines
610 B
Makefile
29 lines
610 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
EXTRA_DIST += \
|
|
README.txt \
|
|
gtk+.sln \
|
|
gtk-prebuild.vcproj \
|
|
gdk-win32.vcproj \
|
|
gdk.vcproj \
|
|
gdk.vcprojin \
|
|
gtk.vcproj \
|
|
gtk.vcprojin \
|
|
gtk-encode-symbolic-svg.vcproj \
|
|
gtk3-demo.vcproj \
|
|
gtk3-demo-application.vcproj \
|
|
gtk3-icon-browser.vcproj \
|
|
gailutil.vcproj \
|
|
gtk-install.vcproj \
|
|
broadwayd.vcproj \
|
|
gdk-broadway.vcproj \
|
|
gtk-build-defines.vsprops \
|
|
gtk-copy-gdk-broadway.vsprops \
|
|
gtk-gen-srcs.vsprops \
|
|
gtk-ignore-broadway.vsprops \
|
|
gtk-install.vsprops \
|
|
gtk-version-paths.vsprops.in \
|
|
gtk-version-paths.vsprops
|
|
|
|
-include $(top_srcdir)/git.mk
|