From 05bdb13be3993e8c3f374ee3ed448b31c5443fb4 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Tue, 10 Jan 2023 15:09:36 +0000 Subject: [PATCH] Update README and add changelog entry Signed-off-by: Dave Rodgman --- ChangeLog.d/vs2013.txt | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ChangeLog.d/vs2013.txt diff --git a/ChangeLog.d/vs2013.txt b/ChangeLog.d/vs2013.txt new file mode 100644 index 000000000..6fe7a5e7f --- /dev/null +++ b/ChangeLog.d/vs2013.txt @@ -0,0 +1,4 @@ +Changes + * Visual Studio: Rename the directory containing Visual Studio files from + visualc/VS2010 to visualc/VS2013 as we do not support building with versions + older than 2013. Update the solution file to specify VS2013 as a minimum. diff --git a/README.md b/README.md index cc70f5610..7b45a1f15 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ subproject. ### Microsoft Visual Studio -The build files for Microsoft Visual Studio are generated for Visual Studio 2010. +The build files for Microsoft Visual Studio are generated for Visual Studio 2013. The solution file `mbedTLS.sln` contains all the basic projects needed to build the library and all the programs. The files in tests are not generated and compiled, as these need Python and perl environments as well. However, the selftest program in `programs/test/` is still available.