diff options
author | 2024-12-23 03:52:05 +1100 | |
---|---|---|
committer | 2024-12-23 03:52:05 +1100 | |
commit | ded96a0f4e4b819681154db2de3dda6959a54a4d (patch) | |
tree | 1a806a3b61debb9a06f7c10ebafda9100e6d0fd3 /docs/source/initialsetup/compilingmame.rst | |
parent | 780490d9ac651f0aafe6fe3e6c2ece9b7e800fbe (diff) |
docs: Updated compiling instructions to refer to Visual Studio 2022, bumped version to 0.273.
Diffstat (limited to 'docs/source/initialsetup/compilingmame.rst')
-rw-r--r-- | docs/source/initialsetup/compilingmame.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index 0d7b1f8459c..042a7fbbd85 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -184,9 +184,9 @@ configuration:: Building with Microsoft Visual Studio ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* You can generate Visual Studio 2019 projects using **make vs2019**. The +* You can generate Visual Studio 2022 projects using **make vs2022**. The solution and project files will be created in - ``build/projects/windows/mame/vs2019`` by default (the name of the ``build`` + ``build/projects/windows/mame/vs2022`` by default (the name of the ``build`` folder can be changed using the ``BUILDDIR`` option). This will always regenerate the settings, so **REGENIE=1** is *not* needed. * Adding **MSBUILD=1** to the make options will build the solution using @@ -766,7 +766,7 @@ The MSVC compiler produces spurious warnings about potentially uninitialised local variables. You currently need to add ``NOWERROR=1`` to the options passed to make when generating the Visual Studio project files. This stops warnings from being treated as errors. (MSVC seems to lack options to control which -specific warnings are treated as error, which other compilers support.) +specific warnings are treated as errors, which other compilers support.) .. _compiling-unusual: |