On Oct 18, 2006, at 7:34 PM, Marvin Humphrey wrote:
We may need to augment those loops with some symbol detection, break them up if possible, or just come up with a different approach.

The naive probing approach is a goner -- can't probe for object extention and executable extension on top of everything else.

I'm going to try setting things up so that we pass a lower-case string representing the OS via the infile. Is that information available to you in Ruby?

Then we'll detect the compiler using symbols: __GNUC__, etc. Right now, the only compilers I'm really concerned about are GCC and MSVC. We can add more later.

Marvin Humphrey
Rectangular Research
http://www.rectangular.com/


Reply via email to