summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
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 /README.md
parent915a4acb173aa387ea8577294745f2df534fd96c (diff)
cherry-pick fixes from mainline and clean up some stuff (nw)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f6c28090a62..22d62f68ace 100644
--- a/README.md
+++ b/README.md
@@ -55,12 +55,12 @@ Visual Studio builds are also possible, but you still need [build environment](h
In order to generate solution and project files just run:
```
-make vs2015
+make vs2017
```
or use this command to build it directly using msbuild
```
-make vs2015 MSBUILD=1
+make vs2017 MSBUILD=1
```