mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Mkfiles/README: recommend MSYS2 on Windows
Even Microsoft seems to recommend MSYS2 for autoconf compatibility now. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
c56472f6ad
commit
e699956758
@ -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++.
|
||||
|
||||
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user