Subj : Maximus 3.01 source
To   : Mvan Le
From : Mvan Le
Date : Fri Feb 05 2010 07:37 am

ML> ==========================================================================
ML> C:\dv\s3>make dos
ML> cd slib && c:\dv\cvs\dmaken.exe
ML> wcc /oe1/od/d2 /oals/s/j/zp1 /Fo=WCr\\s\hmalloc.obs /ms hmalloc.c
ML> Error! E1139: Command line contains more than one file to compile
ML> Error! E1139: Command line contains more than one file to compile
ML> Unable to open 'd=1180.c'
ML> dmaken.exe:  Error code 129, while making 'WCr\\s\hmalloc.obs'
ML> dmaken.exe:  Error code 255, while making 'slib'
ML> *** make dos Compilation error encountered. Terminating build.
ML> Ended: Thu 04/02/2010 @21:46:18.65
ML>
ML> C:\dv\s3>
ML> ==========================================================================

"E1139" error happens because Watcom 10.6 doesn't support the -wcd (warning
control) option. So this had to be removed in setwc11.bat ie.,

from

 SET WCC=/d2/w4/zq/zp1/d__WCVER__#%WCVER%/wcd=1180/wcd=1181

to

 SET WCC=/d2/w4/zq/zp1/d__WCVER__#%WCVER%

It then compiles properly.

--- Maximus/2 3.01
* Origin: Top Hat 2 BBS (1:343/41)