mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
527a299fdd
-Update to distribute the VS2010 files. -Added rules in Makefile.am's of GDK and GTK to fill in the project/filter files templates with up-to-date source file listings to simplify maintenace. Any comments on the usage of the VS2010 files are welcome!
20 lines
368 B
Makefile
20 lines
368 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 \
|
|
gtk-demo.vcxproj \
|
|
gtk-demo.vcxproj.filters \
|
|
install.vcxproj
|