Subj : Maximus 3.01 source
To   : Scott Dudley
From : Mvan Le
Date : Thu Feb 04 2010 04:10 am

 Re: Maximus 3.01 source
 By: Scott Dudley to Mvan Le on Tue Feb 02 2010 03:05 pm

> I do, however, have a copy of the full CVS tree for the project handy, so I
> could theoretically extract a copy of the sources circa 3.01. Is there
> something specific you're hoping to see?

Mainly trying to compare the makefile.mk's and why the following won't work
with Watcom 10.6:

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

C:\dv\s3>
==========================================================================

I also want to start with and/or work on a source tree of Maximus where I don't
have to do anything to get it to work :)