diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:53:16 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:53:16 +0000 |
commit | 87bc61964cf5d2cc2e322883d6f927a43fb53af3 (patch) | |
tree | cf5f2e9602092902807762c09912a5e520121368 /Readme | |
parent | 76690a12ad212d1f77cd1f71d7ac5a9de6eaefb6 (diff) | |
download | nasm-87bc61964cf5d2cc2e322883d6f927a43fb53af3.tar.gz nasm-87bc61964cf5d2cc2e322883d6f927a43fb53af3.tar.bz2 nasm-87bc61964cf5d2cc2e322883d6f927a43fb53af3.zip |
NASM 0.97
Diffstat (limited to 'Readme')
-rw-r--r-- | Readme | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |