Visual Studio builds: Fix previous commit

Pushed the wrong version of the patch, sorry!
This commit is contained in:
Chun-wei Fan
2017-02-15 14:14:05 +08:00
parent 0baaac786e
commit fa074cf3c7
6 changed files with 27 additions and 12 deletions

View File

@@ -40,9 +40,9 @@ EXTRA_DIST = \
DISTCLEANFILES = $(EXTRA_DIST)
MSVC_BASE_VER = 100
MSVC_BASE_VER = 10
MSVC_BASE_VER_LONG = 2010
MSVC_VER = 120
MSVC_VER = 12
MSVC_VER_LONG = 2013
include $(top_srcdir)/win32/Makefile-newvs.am