labels, outelf: remove casts for allocations
[nasm.git] / Mkfiles / README
blob4cca802e07730022bfeaa0d7bab09dbb9baedce9
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 Visual Studio 2013-2017
10         For building on a Win32 host using Microsoft Visual C++.
12         Usage:  nmake /f Mkfiles\msvc.mak
14         If the following tools are installed, the full installer package can
15         be built:
16                 1. Perl (5.6 or later)
17                 2. Nullsoft Scriptable Installer System (makensis)
18                 3. Ghostscript (ps2pdf) or Acrobat Distriller (acrodist)
19                 4. The Adobe Source Sans Pro and Source Code Pro fonts
20                 5. The Perl module Font::TTF
22         The tools need to be in your current path.  To build the
23         installer package, run:
25                 nmake /f Mkfiles\msvc.mak nsis
27   Filename      Target          Compiler        Tested with
28   ---------------------------------------------------------------------------
29   openwcom.mak  DOS,Win32,OS/2  OpenWatcom C    OpenWatcom 1.7 (Win32)
30                 Linux (386)                     OpenWatcom 1.9 (Linux)
32         For building on a DOS, OS/2, Win32 or Linux host using OpenWatcom.
33         OpenWatcom can be downloaded from http://www.openwatcom.org/.
35         Usage:  wmake /f Mkfiles/openwcom.mak <target>
37         <target> is dos, win32, os2, or linux386.