From c43ce9ecf3ed2542173b8c438a9e9e1c44bf1f21 Mon Sep 17 00:00:00 2001 From: Joel Teichroeb Date: Thu, 19 Jun 2014 18:21:14 -0700 Subject: ALL: Remove support for MSVC8 and older MSVC8 gives various compile error relating to templates that were changed back in 2008, leading me to belive that no one is using it, and that there is not point adding work arounds for a 9 year old compiler no one uses. --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index a6070e4a34..b50d4a14d0 100644 --- a/README +++ b/README @@ -2281,15 +2281,15 @@ debug messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml). respectively http://wiki.scummvm.org/index.php/Compiling_ScummVM/MinGW - Microsoft Visual C++ 8/9/10: - * Read up on how to create the project files in "dists\msvc8", - "dists\msvc9" respectively "dists\msvc10". + Microsoft Visual C++ 9+: + * Read up on how to create the project files in the appropriate + "dists\msvc*" directory. * Open the resulting solution file. * Enter the path to the needed libraries and includes in Tools|Options|Projects and Solutions|VC++ Directories". * Now it should compile successfully. * For more information refer to: - http://wiki.scummvm.org/index.php/Compiling_ScummVM/VS2005 + http://wiki.scummvm.org/index.php/Compiling_ScummVM/Visual_Studio Windows Mobile: * Please refer to: -- cgit v1.2.3