Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-05-03 09:01:25 -0700 (Sat, 03 May 2003)
Revision: 56
Log message:
Ported to native Win32. The OSTYPE variable can be used in the
OMakefile to tell what arch is building. Note that on Win32,
the shell is the dumb cmd.exe. Most commands in the OMakefiles
run without change on Win32; redirection works, etc. One difference
is that the environment uses "set var=val && command" instead
of "var=val command".
Not much has changed on the Unix end, and mcc seems to compile
fine on Unix.