summaryrefslogtreecommitdiff
path: root/Readme
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 20:53:16 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 20:53:16 +0000
commit87bc61964cf5d2cc2e322883d6f927a43fb53af3 (patch)
treecf5f2e9602092902807762c09912a5e520121368 /Readme
parent76690a12ad212d1f77cd1f71d7ac5a9de6eaefb6 (diff)
downloadnasm-87bc61964cf5d2cc2e322883d6f927a43fb53af3.tar.gz
nasm-87bc61964cf5d2cc2e322883d6f927a43fb53af3.tar.bz2
nasm-87bc61964cf5d2cc2e322883d6f927a43fb53af3.zip
NASM 0.97
Diffstat (limited to 'Readme')
-rw-r--r--Readme7
1 files changed, 7 insertions, 0 deletions
diff --git a/Readme b/Readme
index 95ce9f1..11fb184 100644
--- a/Readme
+++ b/Readme
@@ -41,6 +41,13 @@ To rebuild the DOS sources, various makefiles are provided:
- Makefile.wcw, also for Watcom C, compiling to a Win32 command-
line application. Also contributed by Dominik Behr.
+- Makefile.dj, for DJGPP, compiling to a 32-bit extended DOS
+ executable. Contributed by Dominik Behr.
+
+- Makefile.lcc, for lcc-win32, compiling to a Win32 command line
+ application. (The lcc-win32 compiler and tools are available from
+ http://www.remcomp.com/lcc-win32/)
+
I can't guarantee that all of those makefiles work, because I don't
have all of those compilers. However, Makefile.dos and Makefile.vc
work on my system, and so do Makefile.bor and Makefile.bc2.