diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-08-30 03:49:30 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-08-30 03:49:30 +0000 |
commit | cefdfbc070cdf5e25312634a11c851504f32d295 (patch) | |
tree | f3addf6af082a65ce33d54c5c409aeefe9b79b19 /Mkfiles/README | |
parent | e68699287c525fe5e0e30dcb48376e6bfb472158 (diff) | |
download | nasm-cefdfbc070cdf5e25312634a11c851504f32d295.tar.gz nasm-cefdfbc070cdf5e25312634a11c851504f32d295.tar.bz2 nasm-cefdfbc070cdf5e25312634a11c851504f32d295.zip |
Support building 16-bit DOS binaries using OpenWatcom
Diffstat (limited to 'Mkfiles/README')
-rw-r--r-- | Mkfiles/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mkfiles/README b/Mkfiles/README index 0e0611a..19bfcd9 100644 --- a/Mkfiles/README +++ b/Mkfiles/README @@ -28,7 +28,9 @@ The Makefiles are: Makefile.scw Win32 Symantec C++ 7 Makefile.unx Unix Any(*) use only if "configure" fails Makefile.vc Win32 MS Visual C++ OK as of NASM 0.98.32 - Makefile.wcw Win32 Watcom C + Makefile.wc 32-bit DOS Watcom C (**) + Makefile.wcd 16-bit DOS OpenWatcom C OK as of NASM 0.98.37 + Makefile.wcw Win32 Watcom C (**) (*) = This Makefile should work with any compiler which is ANSI |