mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
5ab8120689
-Added projects to compile the a11y portion of GTK+. This is now necessary as a11y/GAIL is now integrated into the main GTK+ library, and it must be built before compiling/linking GTK+. This project is done like the GDK/GTK+ projects, where the source file listings for the VS2008/2010 projects are fed into templates (.vcprojin, .vcxprojin and .vcxproj.filtersin) during 'make dist' -Added projects to compile the libgail-util DLL (no templates for this as this does not have source files added/removed often) -Added the new projects into distribution, and headers, DLLs and .LIB files into the "install" stage
26 lines
514 B
Makefile
26 lines
514 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 \
|
|
libgail.vcxproj \
|
|
libgail.vcxproj.filters \
|
|
libgail.vcxprojin \
|
|
libgail.vcxproj.filtersin \
|
|
gailutil.vcxproj \
|
|
gailutil.vcxproj.filters \
|
|
install.vcxproj
|