summaryrefslogtreecommitdiff
path: root/build/win32/vs11/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-09-09 12:02:34 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-09-09 15:26:03 +0800
commit9681fa2ca8dfeb570471a3828e5b6aee4253025c (patch)
tree9705482583bbb58f1d2d6150f24e3ebf60b8cbf8 /build/win32/vs11/Makefile.am
parentc0e56e5af9e00137de1eb603ac1625332176f407 (diff)
downloadpango-9681fa2ca8dfeb570471a3828e5b6aee4253025c.tar.gz
MSVC Builds: "Add" MSVC 2015 Project Files
This "adds" Visual Studio 2015 projects in the way that we did before: copy the Visual Studio 2010 projects and replacing the items in there as necessary. Oh, this does pass 'make -jN distcheck' :)
Diffstat (limited to 'build/win32/vs11/Makefile.am')
-rw-r--r--build/win32/vs11/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am
index b4d49859..3984bafd 100644
--- a/build/win32/vs11/Makefile.am
+++ b/build/win32/vs11/Makefile.am
@@ -19,10 +19,8 @@ EXTRA_DIST = \
DISTCLEANFILES = $(EXTRA_DIST)
-MSVC_SLN = pango
-
MSVC_VER = 11
-
MSVC_VER_LONG = 2012
+MSVC_FORMAT_VER = 12
include $(top_srcdir)/build/Makefile-newvs.am