Report dwarf as V2 for ELF32
[platform/upstream/nasm.git] / Mkfiles / README
1 These are pre-created Makefiles for various platforms, use them if
2 GNU autoconf/automake packages are not supported on your system.
3
4 The Makefiles are:
5
6   Filename      Target          Compiler        Tested with
7   ---------------------------------------------------------------------------
8   msvc.mak      Win32           MS Visual C++   Visual C++ Express 2005
9
10         For building on a Win32 host using Microsoft Visual C++.
11
12         Usage:  nmake /f Mkfiles/msvc.mak
13
14
15   Filename      Target          Compiler        Tested with
16   ---------------------------------------------------------------------------
17   openwcom.mak  DOS,Win32,OS/2  OpenWatcom C    OpenWatcom 1.7 (Win32)
18
19         For building on a DOS, OS/2 or Win32 host using OpenWatcom.
20         OpenWatcom can be downloaded from http://www.openwatcom.org/.
21
22         Usage:  wmake /f Mkfiles/<filename> <target>
23
24         <target> is dos, win32, or os2.
25
26   Filename      Target          Compiler        Tested with
27   ---------------------------------------------------------------------------
28   owlinux.mak   DOS,Win32,OS/2  OpenWatcom C    OpenWatcom 1.6rc2 (Linux)
29
30         For building on a Linux host using OpenWatcom for Linux.
31
32         Usage:  make -f Mkfiles/<filename> <target>
33
34         <target> is dos, win32, or os2.
35
36   Filename      Target          Compiler        Tested with
37   ---------------------------------------------------------------------------
38   netware.mak   NetWare         Cross-GCC       Cross-GCC 3.2.3 (Linux, Win32)
39
40         For building on a Linux or Win32 host using Cross-GCC for Linux/Win32.
41
42         Usage:  make -f Mkfiles/netware.mak