From: Brian S. <bs...@ac...> - 2000-01-21 20:55:33
|
At 11:23 AM 1/21/00 -0800, you wrote: >There is some risk to using separate Makefiles -- the Makefiles can >get out of sync with the source if someone who contributes a test >forgets to update the Makefiles for all the operating systems other >than the one s/he is using. (On the flip side, changing the other >Makefiles might introduce syntax errors, but I think that's a risk >we'll have to take.) This is not a problem for the original Linux >Makefiles, because they scan the directory for .cpp files and set up >all the dependencies automatically. On the topic of makefiles, I'll jump in with a barely-related comment... when I snagged glean and built it for Win32, I had to make a number of modifications to the makefiles to coax it into building. The first was that they seem to be stored with Unix newlines in them, which was giving MSVC 6's nmake a really rough time, and then that .STRICT : directive at the top I just had to remove to convince it to build at all. It's been a week or two since I did it, but it sure took a lot of work. Maybe it worked with MSVC 5 or something? -Brian ------ 3dfx Interactive "billowing out to somewhere" Graphics Guru & Pianist-At-Large - Tori Amos I speak for myself, not my company. http://www.cs.dartmouth.edu/~bsharp/ |