summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-01-26 11:03:54 +0100
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-01-26 14:56:35 +0100
commit65782af2f40973a71ab33f4437faeb5b3859c49b (patch)
tree498b4c1f8c4e9516ff7ecb705f5cb04f6ece1804 /README.md
parentb6de8c093010887a2962c677ca042faab9c87eeb (diff)
downloadopenttd-65782af2f40973a71ab33f4437faeb5b3859c49b.tar.xz
Add: Visual Studio 2019 project files
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6004bdc7f..7c842a1f8 100644
--- a/README.md
+++ b/README.md
@@ -593,8 +593,7 @@ no graphical user interface; you would be building a dedicated server.
The following compilers are known to compile OpenTTD:
-- Microsoft Visual C++ (MSVC) 2005, 2008 and 2010.
- Version 2005 gives bogus warnings about scoping issues.
+- Microsoft Visual C++ (MSVC) 2015, 2017 and 2019.
- GNU Compiler Collection (GCC) 3.3 - 4.4, 4.6 - 4.8.
- Versions 4.1 and earlier give bogus warnings about uninitialised variables.
- Versions 4.4, 4.6 give bogus warnings about freeing non-heap objects.
@@ -605,7 +604,8 @@ The following compilers are known to compile OpenTTD:
The following compilers are known not to compile OpenTTD:
-- Microsoft Visual C++ (MSVC) 2003 and earlier.
+- Microsoft Visual C++ (MSVC) 2013 and earlier.
+ These old versions do not support modern C++ language features.
- GNU Compiler Collection (GCC) 3.2 and earlier.
These old versions fail due to OpenTTD's template usage.
- GNU Compiler Collection (GCC) 4.5. It optimizes enums too aggressively.