nasm/Mkfiles
H. Peter Anvin c38c117188 Add Makefile for OpenWatcom (DOS, OS/2 or Win32 output)
Add a Makefile for OpenWatcom using WMAKE.  This is a horrible version
of Make, but since it's bundled with OpenWatcom it is probably better
to stick to it.  It has the nice property that it can produce DOS,
Win32 or OS/2 binaries.

This Makefile currently assumes that it is hosted on a system where
pathname separators are backslashes.  For cross-compiling using
OpenWatcom on a Linux system it is probably better to write a separate
Makefile using GNU make to invoke Watcom.
2007-09-26 19:57:07 -07:00
..
msvc.mak Support __float*__ for floating-point numbers in expressions 2007-09-24 12:30:54 -07:00
openwcom.mak Add Makefile for OpenWatcom (DOS, OS/2 or Win32 output) 2007-09-26 19:57:07 -07:00
README Add Makefile for OpenWatcom (DOS, OS/2 or Win32 output) 2007-09-26 19:57:07 -07:00

These are pre-created Makefiles for various platforms, use them if
GNU autoconf/automake packages are not supported on your system.

The Makefiles are:

  Filename      Target		Compiler	Tested with
  ---------------------------------------------------------------------------
  msvc.mak	Win32		MS Visual C++	Visual C++ Express 2005

	Usage:	nmake /f Mkfiles/msvc.mak


  Filename      Target		Compiler	Tested with
  ---------------------------------------------------------------------------
  openwcom.mak	multiple	OpenWatcom C	OpenWatcom 1.7 (Win32)

	Usage:	wmake /f Mkfiles/<filename> <target>

	<target> is dos, win32, or os2.