From 8cc836095e27619aa9d003a33c9a846a61dd7769 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sun, 6 Jul 2003 09:34:03 +0000 Subject: [PATCH] Mention Roald Ribe's success with OpenWatcom and Makefile.vc [originally from svn r3332] --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 3c7768f2..de698aa8 100644 --- a/README +++ b/README @@ -7,6 +7,11 @@ Makefiles: - Makefile.vc is for MS Visual C++ systems. Type `nmake -f Makefile.vc' to build all the PuTTY binaries. + (We've also had one report of success building with the + OpenWatcom compiler -- www.openwatcom.org -- using Makefile.vc + with `wmake -ms -f makefile.vc' and NO_MULTIMON, although we + haven't tried this ourselves.) + - Makefile.bor is for the Borland C compiler. Type `make -f Makefile.bor' to build all the PuTTY binaries.