diff options
Diffstat (limited to 'win32/vs14/Makefile.am')
-rw-r--r-- | win32/vs14/Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/win32/vs14/Makefile.am b/win32/vs14/Makefile.am deleted file mode 100644 index 43db09d3..00000000 --- a/win32/vs14/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -EXTRA_DIST = \ - libsoup.sln \ - get.vcxproj \ - simple-httpd.vcxproj \ - simple-proxy.vcxproj \ - get.vcxproj.filters \ - soup-install.vcxproj \ - soup-install.vcxproj.filters \ - simple-httpd.vcxproj.filters \ - simple-proxy.vcxproj.filters \ - soup-build-defines.props \ - soup-dll-build-defines.props \ - soup-gen-srcs.props \ - soup-version-paths.props \ - soup.vcxproj \ - soup-gnome.vcxproj \ - soup.vcxproj.filters \ - soup-gnome.vcxproj.filters \ - soup-install.props - -DISTCLEANFILES = $(EXTRA_DIST) - -MSVC_BASE_VER = 10 -MSVC_BASE_VER_LONG = 2010 -MSVC_VER = 14 -MSVC_VER_LONG = 14 - -include $(top_srcdir)/win32/Makefile-newvs.am |