diff options
author | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-01-26 11:03:54 +0100 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-01-26 14:56:35 +0100 |
commit | 65782af2f40973a71ab33f4437faeb5b3859c49b (patch) | |
tree | 498b4c1f8c4e9516ff7ecb705f5cb04f6ece1804 /docs | |
parent | b6de8c093010887a2962c677ca042faab9c87eeb (diff) | |
download | openttd-65782af2f40973a71ab33f4437faeb5b3859c49b.tar.xz |
Add: Visual Studio 2019 project files
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Readme_Windows_MSVC.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Readme_Windows_MSVC.md b/docs/Readme_Windows_MSVC.md index c60904c72..90ab2af65 100644 --- a/docs/Readme_Windows_MSVC.md +++ b/docs/Readme_Windows_MSVC.md @@ -18,7 +18,7 @@ done during installing Visual Studio, by selecting `Visual C++ ATL for x86 and x64` depending on your version). If not, you can get it at this location: -- [MS Windows Platform SDK](http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en) +- [MS Windows Platform SDK](https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk) Install the SDK by following the instructions as given. @@ -55,6 +55,7 @@ Open the appropriate `sln` (Solution) file for your version of Visual Studio: - VS 2015: projects/openttd_vs140.sln - VS 2017: projects/openttd_vs141.sln +- VS 2019: projects/openttd_vs142.sln Set the build mode to `Release` in `Build > Configuration manager > Active solution configuration`. |