Skip to content

Commit

Permalink
docs: Updated compiling instructions to refer to Visual Studio 2022, …
Browse files Browse the repository at this point in the history
…bumped version to 0.273.
  • Loading branch information
cuavas committed Dec 22, 2024
1 parent 780490d commit ded96a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.272'
version = '0.273'
# The full version, including alpha/beta/rc tags.
release = '0.272'
release = '0.273'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/source/initialsetup/compilingmame.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ded96a0

Please sign in to comment.