2017-02-15 03:32:30 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
README.txt \
|
|
|
|
glib.sln \
|
|
|
|
glib.vcxproj \
|
|
|
|
glib.vcxproj.filters \
|
|
|
|
gspawn-win32-helper-console.vcxproj \
|
|
|
|
gspawn-win32-helper-console.vcxproj.filters \
|
|
|
|
gspawn-win32-helper.vcxproj \
|
|
|
|
gspawn-win32-helper.vcxproj.filters \
|
|
|
|
gmodule.vcxproj \
|
|
|
|
gmodule.vcxproj.filters \
|
|
|
|
gobject.vcxproj \
|
|
|
|
gobject.vcxproj.filters \
|
|
|
|
gthread.vcxproj \
|
|
|
|
gthread.vcxproj.filters \
|
|
|
|
gio.vcxproj \
|
|
|
|
gio.vcxproj.filters \
|
|
|
|
glib-compile-schemas.vcxproj \
|
|
|
|
glib-compile-schemas.vcxproj.filters \
|
|
|
|
gsettings.vcxproj \
|
|
|
|
gsettings.vcxproj.filters \
|
|
|
|
glib-compile-resources.vcxproj \
|
|
|
|
glib-compile-resources.vcxproj.filters \
|
|
|
|
gio-tool.vcxproj \
|
|
|
|
gio-tool.vcxproj.filters \
|
|
|
|
gresource.vcxproj \
|
|
|
|
gresource.vcxproj.filters \
|
|
|
|
gio-querymodules.vcxproj \
|
|
|
|
gio-querymodules.vcxproj.filters \
|
|
|
|
gdbus.vcxproj \
|
|
|
|
gdbus.vcxproj.filters \
|
|
|
|
glib-install.vcxproj \
|
|
|
|
glib-install.vcxproj.filters \
|
|
|
|
glib-build-defines.props \
|
|
|
|
glib-install.props \
|
|
|
|
glib-version-paths.props \
|
|
|
|
glib-gen-srcs.props
|
|
|
|
|
|
|
|
DISTCLEANFILES = $(EXTRA_DIST)
|
|
|
|
|
2017-02-15 07:14:05 +01:00
|
|
|
MSVC_BASE_VER = 10
|
2017-02-15 03:32:30 +01:00
|
|
|
MSVC_BASE_VER_LONG = 2010
|
2017-02-15 07:14:05 +01:00
|
|
|
MSVC_VER = 15
|
2017-02-15 03:32:30 +01:00
|
|
|
MSVC_VER_LONG = 15
|
2018-01-08 20:25:17 +01:00
|
|
|
#MSVC_TOOLSET = 141
|
2017-02-15 03:32:30 +01:00
|
|
|
|
|
|
|
include $(top_srcdir)/win32/Makefile-newvs.am
|