mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
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. |
||
---|---|---|
.. | ||
msvc.mak | ||
openwcom.mak | ||
README |
These are pre-created Makefiles for various platforms, use them if GNU autoconf/automake packages are not supported on your system. The Makefiles are: Filename Target Compiler Tested with --------------------------------------------------------------------------- msvc.mak Win32 MS Visual C++ Visual C++ Express 2005 Usage: nmake /f Mkfiles/msvc.mak Filename Target Compiler Tested with --------------------------------------------------------------------------- openwcom.mak multiple OpenWatcom C OpenWatcom 1.7 (Win32) Usage: wmake /f Mkfiles/<filename> <target> <target> is dos, win32, or os2.