mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
89338dff4e
This is used by the "Application Class" demo... so this should be built as well especially as we are getting gspawn-win{32|64}-helper.exe fixed on Visual Studio 2005 (and later) builds.
20 lines
331 B
Makefile
20 lines
331 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
EXTRA_DIST += \
|
|
README.txt \
|
|
gtk+.sln \
|
|
gtk+.vsprops \
|
|
gdk-win32.vcproj \
|
|
gdk.vcproj \
|
|
gdk.vcprojin \
|
|
gtk.vcproj \
|
|
gtk.vcprojin \
|
|
gtk3-demo.vcproj \
|
|
gtk3-demo-application.vcproj \
|
|
gtka11y.vcproj \
|
|
gtka11y.vcprojin \
|
|
gailutil.vcproj \
|
|
install.vcproj
|
|
|
|
-include $(top_srcdir)/git.mk
|