Tim,
I am currently restructuring the WinFract source to match what is in CVS. The brain dead nmake is getting in the way. It doesn't handle recursive calls very well. You are supposed to be able to use the /V option to make it remember the macro definitions, but it doesn't work. Ideally, what I want to have is one make file that is called from two different batch files (makefrac.bat and makewin.bat). The problem comes in with the subdirectories. I'm having to fight the same battles I had to get the code to compile originally. Which doesn't make sense since it's the same source files put in different directories. And, strangely, I didn't change the original file, so the problem has to be in a header file or the compilation settings.
Got it working. The make files are a bit ugly, but the directory structure now matches (with an added win directory). I'll clean it up a bit more before I put it in the CVS repository. Jonathan