summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/initialsetup
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-07-23 12:29:25 +1000
committer Vas Crabb <vas@vastheman.com>2018-07-23 12:29:25 +1000
commitccfcb431d0089f84ef37603c0bd76f78be69c9dd (patch)
treedded74a8fcbf536f9a13dc8596fc304c428280d4 /docs/source/initialsetup
parent915a4acb173aa387ea8577294745f2df534fd96c (diff)
cherry-pick fixes from mainline and clean up some stuff (nw)
Diffstat (limited to 'docs/source/initialsetup')
-rw-r--r--docs/source/initialsetup/compilingmame.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst
index f306e58eb2f..262d423da80 100644
--- a/docs/source/initialsetup/compilingmame.rst
+++ b/docs/source/initialsetup/compilingmame.rst
@@ -38,7 +38,7 @@ Here are specific notes about compiling MAME for Microsoft Windows.
* You will need to download the toolset from that link to begin. Periodically, these tools are updated and newer versions of MAME from that point on will **require** updated tools to compile.
-* You can do compilation on Visual Studio 2015 (if installed on your PC) by using **make vs2015**. This will always regenerate the settings, so **REGENIE=1** is *not* needed.
+* You can do compilation on Visual Studio 2017 (if installed on your PC) by using **make vs2017**. This will always regenerate the settings, so **REGENIE=1** is *not* needed.
* Make sure you get SDL 2 2.0.3 or 2.0.4 as earlier versions are buggy.