BR 3392399: float: get rid of bogus exponent calculation
[nasm.git] / Mkfiles / README
blob4b310a7affffe427cf053bd9a2a7d2a0ac59d979
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)
18                 Linux (386)                     OpenWatcom 1.9 (Linux)
20         For building on a DOS, OS/2, Win32 or Linux host using OpenWatcom.
21         OpenWatcom can be downloaded from http://www.openwatcom.org/.
23         Usage:  wmake /f Mkfiles/<filename> <target>
25         <target> is dos, win32, os2, or linux386.