Skip to content

Commit

Permalink
Mkfiles/README: recommend MSYS2 on Windows
Browse files Browse the repository at this point in the history
Even Microsoft seems to recommend MSYS2 for autoconf compatibility
now.

Signed-off-by: H. Peter Anvin <[email protected]>
  • Loading branch information
H. Peter Anvin committed Apr 17, 2024
1 parent c56472f commit e699956
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Mkfiles/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Makefiles are:

Filename Target Compiler Tested with
---------------------------------------------------------------------------
msvc.mak Win32 MS Visual C++ Visual Visual Studio 2013-2017
msvc.mak Win32 MS Visual C++ Visual Visual Studio 2013-2022

For building on a Win32 host using Microsoft Visual C++.

Expand Down Expand Up @@ -33,6 +33,11 @@ The Makefiles are:

nmake /f Mkfiles\msvc.mak everything nsis

NOTE: the preferred way to build NASM on Windows is to use
the standard configure script under the MSYS2 environment.
See http://www.msys2.org/.


Filename Target Compiler Tested with
---------------------------------------------------------------------------
openwcom.mak DOS,Win32,OS/2 OpenWatcom C OpenWatcom 1.7 (Win32)
Expand Down

0 comments on commit e699956

Please sign in to comment.