mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
d861779b69
Update the Visual Studio projects for gtka11y and the completion of the projects that go along with it. This have been distcheck'ed on my Ubuntu 12.04 system.
28 lines
545 B
Makefile
28 lines
545 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 \
|
|
gtka11y.vcxproj \
|
|
gtka11y.vcxproj.filters \
|
|
gtka11y.vcxprojin \
|
|
gtka11y.vcxproj.filtersin \
|
|
gailutil.vcxproj \
|
|
gailutil.vcxproj.filters \
|
|
install.vcxproj
|
|
|
|
-include $(top_srcdir)/git.mk
|