diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2020-02-28 12:54:59 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2020-02-28 12:55:12 +0900 |
commit | b74c5fd5483969d55625576448662edf864b6b9e (patch) | |
tree | e3cd0fca2b0804eb86ec06c49c5495444a86f98d /win32/vs14/Makefile.am | |
parent | 58894334cd3f0b89c865304e8e9d6eea3cd20a55 (diff) | |
download | libsoup-b74c5fd5483969d55625576448662edf864b6b9e.tar.gz libsoup-b74c5fd5483969d55625576448662edf864b6b9e.tar.bz2 libsoup-b74c5fd5483969d55625576448662edf864b6b9e.zip |
Imported Upstream version 2.69.90upstream/2.69.90upstream/2.69.0
Change-Id: I484cce89dab3187f91ab6e005e265514a03028bd
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 |