diff options
Diffstat (limited to 'Mkfiles/README')
-rw-r--r-- | Mkfiles/README | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/Mkfiles/README b/Mkfiles/README index 33dc7f7..471928b 100644 --- a/Mkfiles/README +++ b/Mkfiles/README @@ -15,15 +15,15 @@ The Makefiles are: Filename Target Compiler Notes --------------------------------------------------------------------------- - Makefile.b32 Win32 Borland C++ - Makefile.bc3 16-bit DOS Borland C++ OK as of NASM 0.98.31 - Makefile.bor 16-bit DOS Turbo C probably obsolete - Makefile.dj 32-bit DOS DJGPP OK as of NASM 0.98.31 - Makefile.djo 32-bit DOS DJGPP "Opus Make" version - Makefile.dl 32-bit DOS cc386 cc386 by David Lindauer - Makefile.dos 16-bit DOS MSC 5 probably obsolete + Makefile.b32 Win32 Borland C++ + Makefile.bc3 16-bit DOS Borland C++ OK as of NASM 0.98.34 + Makefile.bor 16-bit DOS Turbo C (**) + Makefile.dj 32-bit DOS DJGPP OK as of NASM 0.98.31 + Makefile.djo 32-bit DOS DJGPP "Opus Make" version(**) + Makefile.dl 32-bit DOS cc386 cc386 by David Lindauer + Makefile.dos 16-bit DOS MSC 5 (**) Makefile.ms7 16-bit DOS MSC 7 OK as of NASM 0.98.31 - Makefile.os2 OS/2 Warp Borland C++ + Makefile.os2 OS/2 Warp Borland C++ (**) Makefile.sc 32-bit DOS Symantec C++ 7 Makefile.scw Win32 Symantec C++ 7 Makefile.unx Unix Any(*) use only if "configure" fails @@ -36,3 +36,5 @@ The Makefiles are: arguments, such as -c and -O. Pre-ANSI compilers, such as the "cc" distributed with SunOS 4.x, will not work. +(**) = Probably obsolete, needs updating. + |