Skip to content

Commit 0711f76

Browse files
committed
open-watcom: fix Open Watcom build make file
1 parent 3bb875f commit 0711f76

File tree

2 files changed

+263
-276
lines changed

2 files changed

+263
-276
lines changed

Mkfiles/README

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ The Makefiles are:
4040
See http://www.msys2.org/.
4141

4242

43-
Filename Target Compiler Tested with
43+
Filename Target Compiler Host OS
4444
---------------------------------------------------------------------------
45-
openwcom.mak DOS,Win32,OS/2 OpenWatcom C OpenWatcom 1.7 (Win32)
46-
Linux (386) OpenWatcom 1.9 (Linux)
45+
openwcom.mak Linux,DOS,Win32,OS/2 OpenWatcom 1.9 Linux, Windows
46+
OpenWatcom 2.0 Linux, Windows
4747

48-
For building on a DOS, OS/2, Win32 or Linux host using OpenWatcom.
49-
OpenWatcom can be downloaded from http://www.openwatcom.org/.
48+
For compilation on a DOS, OS/2, Win32 or Linux host, Open Watcom 1.9 can be
49+
downloaded from http://www.openwatcom.org/ or from
50+
https://github.com/open-watcom/open-watcom-1.9/releases and Open Watcom 2.0
51+
from https://github.com/open-watcom/open-watcom-v2/releases.
5052

5153
Usage: wmake /f Mkfiles/openwcom.mak <target>
5254

0 commit comments

Comments
 (0)