diff options
author | Joel Teichroeb | 2014-06-19 18:21:14 -0700 |
---|---|---|
committer | Joel Teichroeb | 2014-06-21 11:32:45 -0700 |
commit | c43ce9ecf3ed2542173b8c438a9e9e1c44bf1f21 (patch) | |
tree | b83d98bb99df8ba672c1b4d15aa2f2f2fd73b1bc /README | |
parent | 8d020ba086f99d8150dc451e3fed36d24af6b4e0 (diff) | |
download | scummvm-rg350-c43ce9ecf3ed2542173b8c438a9e9e1c44bf1f21.tar.gz scummvm-rg350-c43ce9ecf3ed2542173b8c438a9e9e1c44bf1f21.tar.bz2 scummvm-rg350-c43ce9ecf3ed2542173b8c438a9e9e1c44bf1f21.zip |
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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |