diff options
Diffstat (limited to 'Mkfiles/README')
-rw-r--r-- | Mkfiles/README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Mkfiles/README b/Mkfiles/README index 6bde23b3..33dc7f75 100644 --- a/Mkfiles/README +++ b/Mkfiles/README @@ -26,6 +26,13 @@ The Makefiles are: Makefile.os2 OS/2 Warp Borland C++ Makefile.sc 32-bit DOS Symantec C++ 7 Makefile.scw Win32 Symantec C++ 7 - Makefile.unx Unix cc use if "configure" fails + 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 + + +(*) = This Makefile should work with any compiler which is ANSI + C89/ISO C90 compliant and that uses the standard Unix compiler + arguments, such as -c and -O. Pre-ANSI compilers, such as the + "cc" distributed with SunOS 4.x, will not work. + |