Support Building Using Visual Studio 2013

Like the Visual Studio 2012 project files, the Visual Studio 2013 files are
largely the same as the Visual Studio 2010 project files, so support
Visual Studio 2013 by updating the autotools scripts that is used for
Visual Studio 2012.  This means that project files for Visual Studio 2012
and Visual Studio 2013 can be maintained by simply maintaining the Visual
Studio 2010 project files, adding minimal maintenance overhead.
This commit is contained in:
Chun-wei Fan
2014-06-03 15:50:37 +08:00
parent 90671cd3cd
commit 6eb55b9a33
6 changed files with 91 additions and 8 deletions

View File

@@ -2,7 +2,8 @@ SUBDIRS = \
dirent \
vs9 \
vs10 \
vs11
vs11 \
vs12
EXTRA_DIST = \
make.msc \