From 8347ff267a3430ebcbf8c9044f0bf79182969362 Mon Sep 17 00:00:00 2001 From: chertov Date: Thu, 7 Aug 2014 13:13:56 +0400 Subject: [PATCH] fix vs2013 build, constexpr require VC++ November 2013 CTP update Visual C++ Compiler November 2013 CTP http://www.microsoft.com/en-us/download/details.aspx?id=41151 --- README.md | 2 +- Win32/i2pd.vcxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2daa7beb..22f32266 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Requires gcc 4.6 and higher, boost 1.46 and higher, crypto++ on Windows -Requires msvs2013, boost 1.46 and higher, crypto++ +Requires msvs2013 (require Visual C++ Compiler November 2013 CTP update), boost 1.46 and higher, crypto++ Build Statuses --------------- diff --git a/Win32/i2pd.vcxproj b/Win32/i2pd.vcxproj index 242e366c..23e2d28f 100644 --- a/Win32/i2pd.vcxproj +++ b/Win32/i2pd.vcxproj @@ -92,7 +92,7 @@ Application true - v120 + CTP_Nov2013 MultiByte @@ -158,4 +158,4 @@ - + \ No newline at end of file