File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The Makefiles are:
5
5
6
6
Filename Target Compiler Tested with
7
7
---------------------------------------------------------------------------
8
- msvc.mak Win32 MS Visual C++ Visual Visual Studio 2013-2017
8
+ msvc.mak Win32 MS Visual C++ Visual Visual Studio 2013-2022
9
9
10
10
For building on a Win32 host using Microsoft Visual C++.
11
11
@@ -33,6 +33,11 @@ The Makefiles are:
33
33
34
34
nmake /f Mkfiles\msvc.mak everything nsis
35
35
36
+ NOTE: the preferred way to build NASM on Windows is to use
37
+ the standard configure script under the MSYS2 environment.
38
+ See http://www.msys2.org/.
39
+
40
+
36
41
Filename Target Compiler Tested with
37
42
---------------------------------------------------------------------------
38
43
openwcom.mak DOS,Win32,OS/2 OpenWatcom C OpenWatcom 1.7 (Win32)
You can’t perform that action at this time.
0 commit comments