summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-08-29 19:01:46 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-08-29 19:01:46 +0000
commit68f2ac115883f2afc77cd6f010e63e661217740d (patch)
tree3ef283720f8ba6ec33e36a9d9a9db4ab22a70284 /Mkfiles
parent3f62008ec27af23b49c98830e38d917126e00c0c (diff)
downloadnasm-68f2ac115883f2afc77cd6f010e63e661217740d.tar.gz
nasm-68f2ac115883f2afc77cd6f010e63e661217740d.tar.bz2
nasm-68f2ac115883f2afc77cd6f010e63e661217740d.zip
Update status
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/Mkfiles/README b/Mkfiles/README
index 471928b..0e0611a 100644
--- a/Mkfiles/README
+++ b/Mkfiles/README
@@ -15,10 +15,10 @@ The Makefiles are:
Filename Target Compiler Notes
---------------------------------------------------------------------------
- Makefile.b32 Win32 Borland C++
+ Makefile.b32 Win32 Borland C++ OK as of NASM 0.98.37
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.dj 32-bit DOS DJGPP OK as of NASM 0.98.37
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 (**)
@@ -33,8 +33,9 @@ The Makefiles are:
(*) = 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.
+ arguments, such as -c, -o, -I and -O. Pre-ANSI compilers,
+ such as the "cc" distributed with SunOS 4.x, will not work.
+ If you find a system on which you need to use this, please write
+ <nasm-devel@lists.sourceforge.net> and tell us which system.
(**) = Probably obsolete, needs updating.
-