Handle rounding of denorms correctly; make fp overflow a warning
[nasm.git] / Mkfiles / README
blob1144517d20ea56a2bbfe5d3556ce3e6097ed7610
1 These are pre-created Makefiles for various platforms, use them if
2 GNU autoconf/automake packages are not supported on your system.
4 The Makefiles are:
6   Filename      Target          Compiler        Tested with
7   ---------------------------------------------------------------------------
8   msvc.mak      Win32           MS Visual C++   Visual C++ Express 2005
10         For building on a Win32 host using Microsoft Visual C++.
12         Usage:  nmake /f Mkfiles/msvc.mak
15   Filename      Target          Compiler        Tested with
16   ---------------------------------------------------------------------------
17   openwcom.mak  DOS,Win32,OS/2  OpenWatcom C    OpenWatcom 1.7 (Win32)
19         For building on a DOS, OS/2 or Win32 host using OpenWatcom.
20         OpenWatcom can be downloaded from http://www.openwatcom.org/.
22         Usage:  wmake /f Mkfiles/<filename> <target>
24         <target> is dos, win32, or os2.
26   Filename      Target          Compiler        Tested with
27   ---------------------------------------------------------------------------
28   owlinux.mak   DOS,Win32,OS/2  OpenWatcom C    OpenWatcom 1.6rc2 (Linux)
30         For building on a Linux host using OpenWatcom for Linux.
32         Usage:  make -f Mkfiles/<filename> <target>
34         <target> is dos, win32, or os2.