Add Makefile for OpenWatcom (DOS, OS/2 or Win32 output)
[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         Usage:  nmake /f Mkfiles/msvc.mak
11
12
13   Filename      Target          Compiler        Tested with
14   ---------------------------------------------------------------------------
15   openwcom.mak  multiple        OpenWatcom C    OpenWatcom 1.7 (Win32)
16
17         Usage:  wmake /f Mkfiles/<filename> <target>
18
19         <target> is dos, win32, or os2.