summaryrefslogtreecommitdiff
path: root/win32/vs11
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-01-10 18:29:44 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-01-10 18:29:44 +0800
commit80f310a52682e71df05ccd98b0e79c7603f72164 (patch)
tree1bfd5b8a127813bb69210665dfce94d1a5ff0e6d /win32/vs11
parent5bd4797eccfdc9edf03282b41481f296dc80b980 (diff)
downloadatk-80f310a52682e71df05ccd98b0e79c7603f72164.tar.gz
Visual Studio projects: Move to win32/
It was suggested that the project be moved to win32/, so that one will need to go one less layer down into the tree to reach the project files.
Diffstat (limited to 'win32/vs11')
-rw-r--r--win32/vs11/Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/win32/vs11/Makefile.am b/win32/vs11/Makefile.am
new file mode 100644
index 0000000..f359f02
--- /dev/null
+++ b/win32/vs11/Makefile.am
@@ -0,0 +1,23 @@
+EXTRA_DIST = \
+ README.txt \
+ atk.sln \
+ atk.vcxproj \
+ atk.vcxproj.filters \
+ atk-install.vcxproj \
+ atk-install.vcxproj.filters \
+ 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 = 11
+MSVC_VER_LONG = 2012
+MSVC_FORMAT_VER = 12
+
+include $(top_srcdir)/win32/Makefile-newvs.am