Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-05 | Mkfiles/README: document the Netware Makefile. | H. Peter Anvin | 1 | -0/+8 | |
2007-09-27 | Add Makefile for Linux -> DOS, Win32, OS/2 using OpenWatcom | H. Peter Anvin | 1 | -1/+16 | |
Add a Makefile (for GNU Make, not wmake) to cross-compile NASM for DOS, OS/2 or Win32 using OpenWatcom. | |||||
2007-09-26 | Add Makefile for OpenWatcom (DOS, OS/2 or Win32 output) | H. Peter Anvin | 1 | -34/+9 | |
Add a Makefile for OpenWatcom using WMAKE. This is a horrible version of Make, but since it's bundled with OpenWatcom it is probably better to stick to it. It has the nice property that it can produce DOS, Win32 or OS/2 binaries. This Makefile currently assumes that it is hosted on a system where pathname separators are backslashes. For cross-compiling using OpenWatcom on a Linux system it is probably better to write a separate Makefile using GNU make to invoke Watcom. | |||||
2007-04-12 | General push for x86-64 support, dubbed 0.99.00. | Keith Kanios | 1 | -0/+1 | |
2003-08-30 | Support building 16-bit DOS binaries using OpenWatcom | H. Peter Anvin | 1 | -1/+3 | |
2003-08-29 | Update status | H. Peter Anvin | 1 | -5/+6 | |
2002-06-06 | This is the "megapatch": | H. Peter Anvin | 1 | -8/+10 | |
a) Automatically generate dependencies for all Makefiles; b) Move register definitions to a separate .dat file; c) Add support for "unimplemented but there in theory" registers. | |||||
2002-05-26 | Clean up Makefile.unx and document it better | H. Peter Anvin | 1 | -1/+8 | |
2002-05-12 | *** empty log message *** | Debbie Wiles | 1 | -1/+1 | |
2002-05-12 | *** empty log message *** | Debbie Wiles | 1 | -1/+1 | |
2002-05-10 | Change "working" to "OK" | H. Peter Anvin | 1 | -3/+3 | |
2002-05-10 | Makefile work: Add working 16-bit DOS variants (Borland C++ 3.1, MSC 7), | H. Peter Anvin | 1 | -1/+28 | |
remove a file that seems to be beyond rescue, update the README file to be a bit more informative. | |||||
2002-04-30 | NASM 0.98.26 | H. Peter Anvin | 1 | -0/+4 | |