From 90b9bcbcf3889c861de02be1b0f0db4b4d710c0c Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Fri, 3 Jun 2016 03:10:28 +0200 Subject: [PATCH] Remove docs mentioning which MSVC projects include x64 configurations Since 202f62b4c4ac192e44eb1901f720db0eee14943d x64 configurations exist for MSVC 8 and 9 projects. Because MSVC 7 is the minimal supported version, and doesn't support 64-bit builds, remove the section in install.txt about x64 configurations being available only in MSVC 10 project files and later. --- docs/msw/install.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index db1d509caa..f9adeac495 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -113,11 +113,6 @@ you may need to perform the build several times because the projects are not always built in the correct order, and this may result in link errors. Simply do the build again, up to 3 times, to fix this. -Notice that x64 configurations are only included in VC10 and later project -currently. If you want to build Win64 libraries with the previous -compiler versions, the simplest solution is to use the makefiles as -described above. - Special notes for Visual Studio 2010+: