Just 2 comments, first, the cvs ddir for dxsamples is messed up.
{server 117} cvs -z5 -d :pserver:[EMAIL PROTECTED]:/src/master
co dxsamples
...
U dxsamples/scripts/interop
U dxsamples/scripts/scriptexample
cvs server: Updating dxsamples/stereo
cvs server: failed to create lock directory in repository
`/src/master/dxsamples/stereo': Permission denied
cvs server: failed to obtain dir lock in repository
`/src/master/dxsamples/stereo'
Second, the dx.c code in the current cvs version is now windows only.
There should be #ifdefs around the code that checks to see what version of
exceed you are using. If you try to compile it you get
result = _spawnlp(_P_NOWAIT, "Exceed", "Exceed",
NULL);
_P_NOWAIT undefined....
Or maybe this sould be commented out of the makefile becuase it seems to
be for windoze only anyway
Matt