summaryrefslogtreecommitdiff
path: root/win32/vs14/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'win32/vs14/Makefile.am')
-rw-r--r--win32/vs14/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/win32/vs14/Makefile.am b/win32/vs14/Makefile.am
deleted file mode 100644
index b1b9fe8..0000000
--- a/win32/vs14/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-EXTRA_DIST = \
- README.txt \
- atk.sln \
- atk.vcxproj \
- atk.vcxproj.filters \
- atk-install.vcxproj \
- atk-install.vcxproj.filters \
- atk-introspect.vcxproj \
- atk-build-defines.props \
- atk-install.props \
- atk-version-paths.props \
- atk-gen-src.props
-
-DISTCLEANFILES = $(EXTRA_DIST)
-
-MSVC_SLN = atk
-
-MSVC_BASE_VER = 10
-MSVC_BASE_VER_LONG = 2010
-MSVC_VER = 14
-MSVC_VER_LONG = 14
-
-include $(top_srcdir)/win32/Makefile-newvs.am