forked from AuroraMiddleware/gtk
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.
30 lines
619 B
Makefile
30 lines
619 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 \
|
|
gtk3-demo-application.vcxproj \
|
|
gtk3-demo-application.vcxproj.filters \
|
|
gtka11y.vcxproj \
|
|
gtka11y.vcxproj.filters \
|
|
gtka11y.vcxprojin \
|
|
gtka11y.vcxproj.filtersin \
|
|
gailutil.vcxproj \
|
|
gailutil.vcxproj.filters \
|
|
install.vcxproj
|
|
|
|
-include $(top_srcdir)/git.mk
|